mirror of
https://github.com/HoonTB/Project-AS.git
synced 2025-12-26 11:51:21 +09:00
bump: Unity 6.3 LTS
This commit is contained in:
21
Assets/_MAIN/Scripts/Core/Enums.cs
Normal file
21
Assets/_MAIN/Scripts/Core/Enums.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
// Enums - Director
|
||||
public enum DirectionType
|
||||
{
|
||||
Left,
|
||||
Right,
|
||||
BottomLeft,
|
||||
BottomRight,
|
||||
Center,
|
||||
Top,
|
||||
RunLeft,
|
||||
RunRight
|
||||
}
|
||||
public enum AnimationType
|
||||
{
|
||||
Jump,
|
||||
Shake,
|
||||
Nod,
|
||||
Punch,
|
||||
Run
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user