radial menu work
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
public enum JobPositions { Unemployed, Cashier, Clerk, ManagerAssistaint, Manager };
|
||||
public enum EducationSkill { NotEducated, School, HightSchool, University };
|
||||
public enum RadialMenuActions { Cancel, Sleep, Eat, Put, Take }
|
||||
public enum PlayerStates { Awake, Sleeping, Eating, Working }
|
||||
public enum StatsId { Money, RentAccount, Food, Energy, BankAccount, Job, }
|
||||
public enum Tasks { Move, Interact, Rotate };
|
||||
@@ -22,4 +21,16 @@ public enum AnimationStates
|
||||
[EnumMember(Value = "SitToStand")]
|
||||
[BlockingAnimation]
|
||||
Standing
|
||||
};
|
||||
};
|
||||
|
||||
public enum RadialMenuActions {
|
||||
Cancel,
|
||||
Sleep,
|
||||
Eat,
|
||||
Put,
|
||||
Take,
|
||||
Work,
|
||||
Talk,
|
||||
Buy ,
|
||||
Open
|
||||
}
|
||||
Reference in New Issue
Block a user