1
0
mirror of synced 2025-01-10 12:11:46 +01:00
2023-10-15 23:11:44 +01:00

9 lines
129 B
C#

namespace SharedProject.Enums;
public enum PlayMode
{
Normal = 0,
DanMode = 1,
GaidenMode = 4,
AiBattle = 6
}