This commit is contained in:
aozhiwei 2024-09-09 10:59:51 +08:00
parent 83210e4e3c
commit 76831d742d

View File

@ -2148,3 +2148,9 @@ message SMDelBattleHint
{ {
optional int32 uniid = 1; //id optional int32 uniid = 1; //id
} }
//-
message SMPullback
{
optional MFVec3 pos = 2; //
}