1
0
mirror of synced 2025-02-17 19:19:18 +01:00

9 lines
136 B
C#
Raw Normal View History

2023-09-09 21:58:20 +09:00
namespace SharedProject.Enums;
public enum PlayMode
{
Normal = 0,
DanMode = 1,
// Not sure about this
AiBattle = 6
}