implement simple learning process

This commit is contained in:
Vova
2023-12-19 19:22:26 +02:00
parent 22149e24c8
commit 0f60b41d58
11 changed files with 84 additions and 31 deletions
@@ -8,4 +8,5 @@ public class EducationInfoSO : IDialogOption
public int Duration;
public float EnrollPrice;
public EducationSkill Skill;
public int PlayerProgress;
}