1
0
mirror of synced 2024-12-01 01:27:21 +01:00
TaikoLocalServer/SharedProject/Enums/PlayMode.cs

9 lines
129 B
C#
Raw Normal View History

2023-09-09 14:58:20 +02:00
namespace SharedProject.Enums;
public enum PlayMode
{
Normal = 0,
DanMode = 1,
2023-10-16 00:11:44 +02:00
GaidenMode = 4,
2023-09-09 14:58:20 +02:00
AiBattle = 6
}