添加道具类型:万能狗粮

back_recharge
duhui 2021-04-16 14:24:48 +08:00
parent 4954417643
commit 509c9b57c8
2 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,8 @@ public interface GlobalItemType {
int SELECTSecretBox=20; // 自选宝箱(前端要区分)
int SpecialMonster=21; // 灵兽
int SpecialMonsterItem=22; // 灵兽碎片
// 万能狗粮
int AllPowerful_DogFood = 25;
//物品使用类型
int NO_USE = 0 ; //不使用
int RANDOM_USE = 1; // 随机使用

View File

@ -543,6 +543,7 @@ public class ItemUtil {
case GlobalItemType.RIDE:
case GlobalItemType.SELECTSecretBox:
case GlobalItemType.SpecialMonsterItem:
case GlobalItemType.AllPowerful_DogFood:
itemType = GlobalItemType.ITEM;
break;
default: