refactor(battle-node): extract InitBattleHandler

This commit is contained in:
gamer147
2026-06-03 14:07:49 -04:00
parent 7c36933c06
commit e5ec8a0de1
2 changed files with 37 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ public sealed class BattleSession
new Dictionary<NetworkBattleUri, IFrameHandler>
{
[NetworkBattleUri.InitNetwork] = new InitNetworkHandler(),
[NetworkBattleUri.InitBattle] = new InitBattleHandler(),
};
private FrameDispatchContext BuildContext(IBattleParticipant from, MsgEnvelope env) =>