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
@@ -7,4 +7,5 @@ public class JobInfoSO : ScriptableObject
public float Salary;
public Sprite Icon;
public JobPositions JobPosition;
public EducationSkill MinimumEducationSkill;
}