refactor(battle-node): extract TurnEndHandler

This commit is contained in:
gamer147
2026-06-03 14:17:20 -04:00
parent 477faf3df3
commit 538099ff4b
2 changed files with 42 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ public sealed class BattleSession
[NetworkBattleUri.InitBattle] = new InitBattleHandler(),
[NetworkBattleUri.Loaded] = new LoadedHandler(),
[NetworkBattleUri.Swap] = new SwapHandler(),
[NetworkBattleUri.TurnEnd] = new TurnEndHandler(),
};
private FrameDispatchContext BuildContext(IBattleParticipant from, MsgEnvelope env) =>