1
0
mirror of synced 2024-11-24 23:10:17 +01:00
TaikoLocalServer/TaikoWebUI/Shared/Constants.cs
2024-03-26 23:48:41 -04:00

14 lines
482 B
C#

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";
public const string ICON_STYLE = "width:25px; height:25px;";
}