1
0
mirror of synced 2025-01-10 04:01:46 +01:00

9 lines
129 B
C#
Raw Normal View History

2023-09-09 21:58:20 +09:00
namespace SharedProject.Enums;
public enum PlayMode
{
Normal = 0,
DanMode = 1,
2023-10-15 23:11:44 +01:00
GaidenMode = 4,
2023-09-09 21:58:20 +09:00
AiBattle = 6
}