21 lines
759 B
C#
21 lines
759 B
C#
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";
|
|
|
|
}
|
|
} |