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
@@ -1,6 +1,8 @@
using System.Runtime.Serialization;
public enum JobPositions { Unemployed,Cashier, Clerk, ManagerAssistaint, Manager };
public enum EducationSkill { NotEducated, School, HightSchool,University};
public enum PlayerStates { Awake, Sleeping, Eating,Working }
public enum StatsId { Money, RentAccount, Food, Energy, BankAccount, Job, }
public enum Tasks { Move, Interact, Rotate };