fix conflicts

This commit is contained in:
2023-10-03 23:34:51 +03:00
10 changed files with 21 additions and 13 deletions
+2
View File
@@ -24,6 +24,8 @@ public class Player : MonoBehaviour
public Dictionary<StatsId, Stat> Stats;
public JobPositions JobPosition { get; set; }
public EducationSkill Education { get; set; }
private readonly Queue<PlayerTasks> _tasks = new Queue<PlayerTasks>();
private PlayerTasks _currentTask;