1
This commit is contained in:
parent
ed71405708
commit
a6aea78d20
@ -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";
|
||||||
|
@ -37,6 +37,7 @@ enum EventId_e
|
|||||||
kTriggerBulletHitBuffEvent,
|
kTriggerBulletHitBuffEvent,
|
||||||
kDmgOutEvent,
|
kDmgOutEvent,
|
||||||
kHpChgEvent,
|
kHpChgEvent,
|
||||||
|
kRevive,
|
||||||
kAttacked
|
kAttacked
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user