1
0
mirror of synced 2024-12-11 06:16:01 +01:00
TaikoLocalServer/TaikoWebUI/Shared/Constants.cs

12 lines
404 B
C#
Raw Normal View History

2023-09-09 14:58:20 +02:00
namespace TaikoWebUI.Shared;
public static class Constants
{
public const int COSTUME_COLOR_MAX = 63;
public const string MUSIC_INFO_BASE_NAME = "musicinfo";
public const string WORDLIST_BASE_NAME = "wordlist";
public const string MUSIC_ORDER_BASE_NAME = "music_order";
public const string DON_COS_REWARD_BASE_NAME = "don_cos_reward";
public const string SHOUGOU_BASE_NAME = "shougou";
2023-09-09 14:58:20 +02:00
}