上传战斗服代码
This commit is contained in:
parent
bb757a8170
commit
f1797b8783
@ -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.
Loading…
Reference in New Issue
Block a user