主线小兵协议
parent
b1b9ad1025
commit
ebe2256af3
|
|
@ -478,6 +478,7 @@ import "CommonProto.proto";
|
|||
// 替换小兵
|
||||
message ReplaceSoldierRequest{
|
||||
optional int32 operate = 1;//1:替换,2:遣散
|
||||
optional int32 autoLayOff = 2;//是否自动遣散,1:是,0:否
|
||||
}
|
||||
message ReplaceSoldierResponse{
|
||||
repeated Soldier soldiers = 1;// position为-1,表示未替换的小兵
|
||||
|
|
|
|||
Loading…
Reference in New Issue