| | |
| | | {55, PlayerDataType.OSGalaScore}, |
| | | {57, PlayerDataType.QYScore}, |
| | | {58, PlayerDataType.heroSkin}, |
| | | {97, PlayerDataType.ExAttr13}, |
| | | {99, PlayerDataType.ExAttr11}, |
| | | }; |
| | | |
| | |
| | | //时装货币 |
| | | return PlayerDatas.Instance.GetPlayerDataByType(PlayerDataType.heroSkin); |
| | | } |
| | | case 97: |
| | | { |
| | | //现金礼券(代金券) |
| | | return PlayerDatas.Instance.baseData.cashVoucher; |
| | | } |
| | | case 98: |
| | | { |
| | | //过期型代金券 |
| | |
| | | |
| | | public static int GetAllVourcher() |
| | | { |
| | | return (int)GetMoneyCnt(98) + (int)GetMoneyCnt(99); |
| | | return (int)GetMoneyCnt(97) + (int)GetMoneyCnt(98) + (int)GetMoneyCnt(99); |
| | | } |
| | | |
| | | //显示数量, 格式n/m, 足够绿色不足红色 |