From a6a2b2915b7a563bbe2c6a2fd7ad1baf365c0fc4 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 11 Sep 2024 10:57:28 +0800 Subject: [PATCH] 1 --- server/gameserver/constant.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/server/gameserver/constant.h b/server/gameserver/constant.h index 10bfa7af..4a503769 100644 --- a/server/gameserver/constant.h +++ b/server/gameserver/constant.h @@ -433,6 +433,13 @@ enum BulletConsumeType_e kBulletConsumeMulti = 1, }; +enum SyncServerPosReason_e +{ + kPullbackReason = 0, + kNormalReason = 1, + kTrunOverReason = 2, +}; + enum SamplePolyFlags { SAMPLE_POLYFLAGS_WALK = 0x01, // Ability to walk (ground, grass, road)