refactor(battle-node): WireConstants for SIO event names + crypto RNG battle id
This commit is contained in:
@@ -117,7 +117,7 @@ public static class ScriptedLifecycle
|
||||
private static MsgEnvelope EnvelopeForPush(NetworkBattleUri uri, IMsgBody body, string? bid = null) =>
|
||||
new(uri,
|
||||
ViewerId: FakeOpponentViewerId,
|
||||
Uuid: "node-stub",
|
||||
Uuid: WireConstants.ServerUuid,
|
||||
Bid: bid,
|
||||
Try: 0,
|
||||
Cat: EmitCategory.Battle,
|
||||
|
||||
Reference in New Issue
Block a user