You've already forked taptap2024_GJ_chidouren
12 lines
542 B
C#
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"; // 进阶奖励
|
|
}
|
|
} |