Files
BallCrushBest_GP/Assets/Scripts/DataMgr/DataMsg.cs
T

10 lines
523 B
C#
Raw Normal View History

2026-04-20 12:06:34 +08:00
public static class DataMsg {
public const string currency101 = "Preferences_currency101";
public const string currency102 = "Preferences_currency102";
public const string playerName = "Preferences_playerName";
public const string playerAvatarId = "Preferences_playerAvatarId";
public const string isShowRewardFly101 = "Preferences_isShowRewardFly101";
public const string playReawrd111 = "Preferences_playReawrd111";
public const string isShowRewardFly111 = "Preferences_isShowRewardFly111";
}