客户端新增了一个道具类型

back_recharge
zhangshanxue 2020-06-12 16:19:01 +08:00
parent 6ad732f6f2
commit 0e6c65163e
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ public interface GlobalItemType {
int DECORATION = 17;//皮肤
int RIDE = 18;//坐骑
int JEWEL = 19;//宝器
int SELECTSecretBox=20; // 自选宝箱(前端要区分)
//物品使用类型
int NO_USE = 0 ; //不使用
int RANDOM_USE = 1; // 随机使用