10 lines
523 B
C#
10 lines
523 B
C#
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";
|
|
}
|