1
This commit is contained in:
parent
ee2e50f8d3
commit
3478d2ec58
@ -380,6 +380,8 @@ enum PostBuffAction_e
|
|||||||
enum ObstacleType_e
|
enum ObstacleType_e
|
||||||
{
|
{
|
||||||
kObstacleSelfExplosion = 1,
|
kObstacleSelfExplosion = 1,
|
||||||
|
kObstacleMine = 2,
|
||||||
|
kObstacleTrap = 3,
|
||||||
};
|
};
|
||||||
|
|
||||||
const char* const PROJ_NAME_FMT = "game%d_gameserver";
|
const char* const PROJ_NAME_FMT = "game%d_gameserver";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user