1
0
mirror of synced 2024-11-28 08:30:56 +01:00
TaikoLocalServer/SharedProject/Enums/PlayMode.cs
2023-10-15 23:11:44 +01:00

9 lines
129 B
C#

namespace SharedProject.Enums;
public enum PlayMode
{
Normal = 0,
DanMode = 1,
GaidenMode = 4,
AiBattle = 6
}