2026-04-27 11:20:13 +08:00
|
|
|
namespace RedHotRoast
|
2026-04-22 09:52:55 +08:00
|
|
|
{
|
|
|
|
|
public static class AudioConst
|
|
|
|
|
{
|
2026-04-22 11:13:16 +08:00
|
|
|
public const string UIButtonDefault = "ui_ButtonDefault";
|
2026-04-22 09:52:55 +08:00
|
|
|
public const string DailyBonusCollect = "dailyBonus_collect";
|
2026-04-22 11:13:16 +08:00
|
|
|
public const string CoinFly = "coinfly";
|
|
|
|
|
public const string MainBg = "hall_bgm";
|
|
|
|
|
public const string GameBg = "game_bgm";
|
|
|
|
|
public const string dissolve = "dissolve";
|
|
|
|
|
public const string fail = "fail";
|
|
|
|
|
public const string Victoriously = "Victoriously";
|
2026-04-22 09:52:55 +08:00
|
|
|
public const string MakeupDone = "makupdone";
|
|
|
|
|
public const string wheel_spin = "wheel_spin";
|
2026-04-22 11:13:16 +08:00
|
|
|
public const string game_open = "game_open";
|
2026-04-27 10:11:52 +08:00
|
|
|
public const string egg = "egg";
|
2026-04-22 09:52:55 +08:00
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|