Files
2024-10-16 00:03:41 +08:00

12 lines
542 B
C#

namespace System
{
public static class AD_SceneCode
{
//体力不足观看广告场景
public static string PlayFreeContinue = "PlayFreeContinue"; // 游戏免费继续
public static string HangUplevel = "HangUplevel"; // 游戏免费继续
public static string RefreshShopCard = "RefreshShopCard"; // 刷新商店
public static string OneWeaponCard = "OneWeaponCard"; // 神之一手
public static string FightAward = "FightAward"; // 进阶奖励
}
}