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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user