refactor(battle-node): extract JudgeHandler
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -45,6 +45,7 @@ public sealed class BattleSession
|
||||
[NetworkBattleUri.Retire] = new RetireKillHandler(),
|
||||
[NetworkBattleUri.Kill] = new RetireKillHandler(),
|
||||
[NetworkBattleUri.TurnStart] = new TurnStartHandler(),
|
||||
[NetworkBattleUri.Judge] = new JudgeHandler(),
|
||||
};
|
||||
|
||||
private FrameDispatchContext BuildContext(IBattleParticipant from, MsgEnvelope env) =>
|
||||
|
||||
Reference in New Issue
Block a user