1
0
mirror of synced 2024-11-24 06:50:15 +01:00
TaikoLocalServer/SharedProject/Enums/PlayMode.cs
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
}