This commit is contained in:
aozhiwei 2023-03-12 16:03:31 +08:00
parent ed71405708
commit a6aea78d20
2 changed files with 3 additions and 1 deletions

View File

@ -466,7 +466,8 @@ A8_DECLARE_CLASS_ENUM(GraspBuffTriggerCond_e, int,
A8_DECLARE_ENUM(WorldObjectType_e, A8_DECLARE_ENUM(WorldObjectType_e,
kLootType = 1, kLootType = 1,
kBoxType = 2, kBoxType = 2,
kCarType = 3 kCarType = 3,
kBornPointType = 4
); );
const char* const PROJ_NAME_FMT = "game%d_gameserver"; const char* const PROJ_NAME_FMT = "game%d_gameserver";

View File

@ -37,6 +37,7 @@ enum EventId_e
kTriggerBulletHitBuffEvent, kTriggerBulletHitBuffEvent,
kDmgOutEvent, kDmgOutEvent,
kHpChgEvent, kHpChgEvent,
kRevive,
kAttacked kAttacked
}; };