This commit is contained in:
Nim XD
2024-08-27 21:01:33 +05:30
parent 99eaf514fd
commit 121a1b7c73
31803 changed files with 623461 additions and 623399 deletions

View File

@@ -1,17 +1,17 @@
namespace Assets.HeroEditor4D.Common.Scripts.Enums
{
public enum CharacterState
{
Idle = 0,
Ready = 1,
Walk = 2,
Run = 3,
Jump = 4,
Climb = 5,
Death = 9,
ShieldBlock = 10,
WeaponBlock = 11,
Evasion = 12,
Dance = 13
}
namespace Assets.HeroEditor4D.Common.Scripts.Enums
{
public enum CharacterState
{
Idle = 0,
Ready = 1,
Walk = 2,
Run = 3,
Jump = 4,
Climb = 5,
Death = 9,
ShieldBlock = 10,
WeaponBlock = 11,
Evasion = 12,
Dance = 13
}
}