bump: Unity 6.3 LTS

This commit is contained in:
2025-12-07 21:12:40 +09:00
parent eb51c43e38
commit 50aa8b6b02
25 changed files with 300 additions and 8676 deletions

View 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
}