This commit is contained in:
aozhiwei 2021-04-08 19:20:29 +08:00
parent ee2e50f8d3
commit 3478d2ec58

View File

@ -380,6 +380,8 @@ enum PostBuffAction_e
enum ObstacleType_e
{
kObstacleSelfExplosion = 1,
kObstacleMine = 2,
kObstacleTrap = 3,
};
const char* const PROJ_NAME_FMT = "game%d_gameserver";