This commit is contained in:
aozhiwei 2024-04-17 16:23:58 +08:00
parent cd91746252
commit c27f4796cb
2 changed files with 4 additions and 4 deletions

View File

@ -17,10 +17,7 @@ enum NetHandler_e
{ {
HID_Player, HID_Player,
HID_PlayerMgr, HID_PlayerMgr,
HID_Room,
HID_RoomMgr, HID_RoomMgr,
HID_MatchMgr,
HID_MatchTeam,
HID_CustomMember, HID_CustomMember,
HID_GGListener, HID_GGListener,
}; };
@ -165,6 +162,7 @@ enum VirtualWeapon_e
VW_Explosion = 9000001, VW_Explosion = 9000001,
VW_Weapon = 9000002, VW_Weapon = 9000002,
VW_Tower = 9000005, VW_Tower = 9000005,
VW_Magma = 9000006,
}; };
enum VirtualPlayer_e enum VirtualPlayer_e
@ -174,6 +172,7 @@ enum VirtualPlayer_e
VP_Explosion = 9000002, VP_Explosion = 9000002,
VP_Water = 9000003, VP_Water = 9000003,
VP_Tower = 9000005, VP_Tower = 9000005,
VP_Magma = 9000006,
}; };
enum EquipType_e enum EquipType_e

View File

@ -26,6 +26,7 @@ A8_DECLARE_ENUM(SpecBuffId_e,
kInWater2BuffId = 7027, kInWater2BuffId = 7027,
kInWater3BuffId = 7028, kInWater3BuffId = 7028,
kRecoverHpEffectBuffId = 7040, kRecoverHpEffectBuffId = 7040,
kInMagmaBuffId = 7041,
kPullToWalkableBuffId = 8003, kPullToWalkableBuffId = 8003,
kDiveBuffId = 8054, kDiveBuffId = 8054,
kHoldGunBuffId = 8059, kHoldGunBuffId = 8059,
@ -104,7 +105,7 @@ A8_DECLARE_ENUM(BuffEffectType_e,
kBET_BeatBack = 67, //击退 kBET_BeatBack = 67, //击退
kBET_Disperse = 68, //驱散 kBET_Disperse = 68, //驱散
kBET_PeaceMode = 69, //和平模式 kBET_PeaceMode = 69, //和平模式
kBET_UnUse70 = 70, // kBET_InMagma = 70, //在岩浆里
kBET_CondAdd = 71, // kBET_CondAdd = 71, //
kBET_Dive = 72, //下潜模式 kBET_Dive = 72, //下潜模式
kBET_Reverse = 73, //人物反向 kBET_Reverse = 73, //人物反向