This commit is contained in:
aozhiwei 2023-03-02 11:49:50 +08:00
parent 354c855cdd
commit 09cb417069

View File

@ -654,6 +654,16 @@ message MFShot
optional int32 aiming = 6 [default = 0]; //
}
//
message MFThrow
{
optional int32 weapon_id = 1; //id
optional int32 throw_uniid = 2; //id > 0 ()
optional MFVec3 pos = 3; //
optional MFVec3 dir = 4; //
optional float fly_distance = 5; //
}
//
message MFExplosion
{
@ -1133,8 +1143,9 @@ message CMMove
optional int32 trace_target_uniid = 41; //uniid
repeated int32 hit_fly_effects = 42; //value3
}
optional MFThrow throw_bomb = 44; //
}
//
message CMImmediateMsg
@ -1253,6 +1264,12 @@ message CMRequestBulletDmg
optional int32 target_uniid = 4; //id
}
//
message CMRequestThrowDmg
{
optional int32 throw_uniid = 1; //id
}
//
message CMStowShield
{