This commit is contained in:
aozhiwei 2024-09-11 10:57:28 +08:00
parent 0cbe144e57
commit a6a2b2915b

View File

@ -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)