fix:1、添加项目
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
namespace FlowerPower
|
||||
{
|
||||
public static class AudioConst
|
||||
{
|
||||
public const string click = "click";
|
||||
public const string DailyBonusCollect = "dailyBonus_collect";
|
||||
public const string Coinfly04 = "Coinfly04";
|
||||
public const string hallbgm = "hallbgm";
|
||||
public const string gamebgm = "gamebgm";
|
||||
public const string match = "match";
|
||||
public const string proptips = "proptips";
|
||||
public const string defeat = "defeat";
|
||||
public const string Victory05 = "Victory05";
|
||||
public const string MakeupDone = "makupdone";
|
||||
public const string wheel_spin = "wheel_spin";
|
||||
|
||||
public const string BroadTips = "BroadTips";
|
||||
public const string gamestart = "gamestart";
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user