上传战斗服代码

This commit is contained in:
liwei1dao 2023-03-03 11:04:54 +08:00
parent bb757a8170
commit f1797b8783
4 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ namespace BattleServer
msg.data = new Google.Protobuf.WellKnownTypes.Any msg.data = new Google.Protobuf.WellKnownTypes.Any
{ {
type_url = "type.googleapis.com/BattleFinishPush", type_url = "type.googleapis.com/BattleFinishPush",
value = ProtoSerialize(new BattleFinishPush { battleid = _cmd.fightId }), value = ProtoSerialize(new BattleFinishPush { battleid = _cmd.fightId, winSide = _cmd.winSide }),
}; };
byte[] data = ProtoSerialize(msg); byte[] data = ProtoSerialize(msg);

Binary file not shown.

Binary file not shown.

Binary file not shown.