14 lines
482 B
C#
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;";
|
|
} |