fix: code review — 清理CardTracker死代码 + IsmctsBot未使用变量
CardTracker.BombsOutside: 删除13行注释+空循环(seenByRank从未填充) IsmctsBot: 删除未使用的bombRanks变量
This commit is contained in:
@ -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++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user