Implement player education parameter

Enable job offer according to Player education
This commit is contained in:
2023-05-01 19:40:14 +03:00
parent 0dfd80cf16
commit 612b793677
9 changed files with 20 additions and 12 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;