feat:1、创建项目
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
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";
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user