player can work now
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
using System.Runtime.Serialization;
|
||||
|
||||
public enum JobPositions { Unemployed, Clerk, ManagerAssistaint, Manager };
|
||||
public enum PlayerStates { Awake, Sleeping, Eating }
|
||||
public enum PlayerStates { Awake, Sleeping, Eating,Working }
|
||||
public enum StatsId { Money, RentAccount, Food, Energy, BankAccount, Job, }
|
||||
public enum Tasks { Move, Interact, Rotate };
|
||||
public enum TaskStatus { Waiting, InProgress, Complete };
|
||||
|
||||
Reference in New Issue
Block a user