cull(engine-cleanup): pass-8 phase-2 cascade round 3

[trim] fully-unreachable files deleted: 3
[trim] files edited: 6, files deleted: 0, nodes removed: 23
[type-trim] files edited: 0, types removed: 0

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
gamer147
2026-07-03 21:20:40 -04:00
parent e3e0ba7a72
commit c88b8df409
9 changed files with 0 additions and 261 deletions

View File

@@ -13,11 +13,6 @@ public class AIDeckData
cardDic = new Dictionary<int, AICardData>();
}
public void Clear()
{
cardDic.Clear();
}
public bool RegisterCardData(AICardDataAsset asset, AICardData mergeData = null, bool isMergeDefaultParameter = false)
{
if (cardDic.ContainsKey(asset.CardID))