fix: code review — 清理CardTracker死代码 + IsmctsBot未使用变量

CardTracker.BombsOutside: 删除13行注释+空循环(seenByRank从未填充)
IsmctsBot: 删除未使用的bombRanks变量
This commit is contained in:
2026-07-12 22:51:48 +08:00
parent cb33dcac6c
commit 4263146487
8 changed files with 0 additions and 13 deletions

View File

@ -171,7 +171,6 @@ namespace PdkFriendServer.Logic
// 5. 炸弹感知加权
int bombsOutside = _tracker.BombsOutside(hand);
var bombRanks = _tracker.BombRanks(hand);
for (int i = 0; i < scoredCandidates.Count; i++)
{