1
0
mirror of synced 2025-01-30 20:03:46 +01:00
2022-09-18 02:06:11 +08:00

9 lines
136 B
C#

namespace SharedProject.Enums;
public enum PlayMode
{
Normal = 0,
DanMode = 1,
// Not sure about this
AiBattle = 6
}