refactor(battle-node): drop dead MatchingResolver options param; fix stray BOM

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
gamer147
2026-06-03 20:23:57 -04:00
parent f21ab7a38c
commit b0e3783757
3 changed files with 3 additions and 7 deletions

View File

@@ -10,8 +10,7 @@ public sealed class MatchingResolver : IMatchingResolver
public MatchingResolver(
IMatchingBridge bridge,
IMatchingPairUpService pairUp,
BattleNodeOptions options)
IMatchingPairUpService pairUp)
{
_bridge = bridge;
_pairUp = pairUp;