itemType增加

back_recharge
lvxinran 2020-04-24 10:33:38 +08:00
parent 1a7e178016
commit 47d60b8588
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ public interface GlobalItemType {
int DESIGNATION = 16;//称号 int DESIGNATION = 16;//称号
int DECORATION = 17;//皮肤 int DECORATION = 17;//皮肤
int RIDE = 18;//坐骑 int RIDE = 18;//坐骑
int JEWEL = 19;//宝器
//物品使用类型 //物品使用类型
int NO_USE = 0 ; //不使用 int NO_USE = 0 ; //不使用
int RANDOM_USE = 1; // 随机使用 int RANDOM_USE = 1; // 随机使用