1
This commit is contained in:
parent
0cbe144e57
commit
a6a2b2915b
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user