radial menu work

This commit is contained in:
2023-11-17 15:02:33 +02:00
parent 37da3bd61a
commit cb2eba5731
39 changed files with 3292 additions and 3050 deletions
+13 -2
View File
@@ -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
}