20 lines
775 B
C#
20 lines
775 B
C#
namespace ChillConnect
|
|
{
|
|
public static class AudioConst
|
|
{
|
|
public const string UIButtonDefault = "ui_ButtonDefault";
|
|
public const string DailyBonusCollect = "dailyBonus_collect";
|
|
public const string CoinFly = "coinfly";
|
|
public const string MainBg = "hallBgm";
|
|
public const string GameBg = "game_bgm";
|
|
public const string dissolve = "dissolve";
|
|
public const string fellshort = "fellshort";
|
|
public const string Victoriously = "Victoriously";
|
|
public const string MakeupDone = "makupdone";
|
|
public const string wheel_spin = "wheel_spin";
|
|
public const string game_open = "game_open";
|
|
public const string gameclick = "gameclick";
|
|
public const string egg = "egg";
|
|
|
|
}
|
|
} |