1
0
mirror of synced 2024-11-30 17:24:33 +01:00
TaikoLocalServer/SharedProject/Enums/PlayMode.cs
2022-09-05 00:52:58 +08:00

9 lines
136 B
C#

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