Newer
Older
DungeonShooting / DungeonShooting_Godot / src / game / role / FaceDirection.cs
  1. /// <summary>
  2. /// 脸的朝向
  3. /// </summary>
  4. public enum FaceDirection
  5. {
  6. Left = -1,
  7. Right = 1,
  8. }