refactor(battle-node): clear residual scripted-bot prose from comments/docs
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -15,8 +15,6 @@ public interface IMatchingBridge
|
||||
/// connect WS within 60s.</item>
|
||||
/// <item><c>Bot</c>: <paramref name="p2"/> must be null. One viewer expected;
|
||||
/// opponent runs in client.</item>
|
||||
/// <item><c>Scripted</c>: <paramref name="p2"/> currently null; future
|
||||
/// server-driven bot config rides on <paramref name="p2"/>.</item>
|
||||
/// </list>
|
||||
/// </remarks>
|
||||
PendingMatch RegisterBattle(BattlePlayer p1, BattlePlayer? p2, BattleType type);
|
||||
|
||||
Reference in New Issue
Block a user