1
0
mirror of synced 2024-11-14 10:27:48 +01:00
TaikoLocalServer/SharedProject/Enums/PlayMode.cs
2023-09-09 21:58:20 +09:00

9 lines
136 B
C#

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