From 3478d2ec58d6bf9fe371b1ce33dee586e92d7c0b Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 8 Apr 2021 19:20:29 +0800 Subject: [PATCH] 1 --- server/gameserver/constant.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/gameserver/constant.h b/server/gameserver/constant.h index d835fc3..58fadbc 100755 --- a/server/gameserver/constant.h +++ b/server/gameserver/constant.h @@ -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";