feat(battle-node): TurnEndActionsHandler emits empty body to opponent in PvP
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -51,7 +51,7 @@ public sealed class BattleSession
|
||||
[NetworkBattleUri.Judge] = new JudgeHandler(),
|
||||
[NetworkBattleUri.PlayActions] = new PlayActionsHandler(),
|
||||
[NetworkBattleUri.Echo] = new EchoHandler(),
|
||||
[NetworkBattleUri.TurnEndActions] = forwardWhenReady,
|
||||
[NetworkBattleUri.TurnEndActions] = new TurnEndActionsHandler(),
|
||||
[NetworkBattleUri.JudgeResult] = forwardWhenReady,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user