cull(engine-cleanup): pass-8 phase-2 cascade round 6
[trim] fully-unreachable files deleted: 1 [trim] files edited: 1, files deleted: 0, nodes removed: 1 [type-trim] files edited: 0, types removed: 0 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -48,9 +48,4 @@ public class AICardData
|
|||||||
PlayBonusExpr = new AIPolishConvertedExpression(asset.PlayBonus);
|
PlayBonusExpr = new AIPolishConvertedExpression(asset.PlayBonus);
|
||||||
PriorityExpr = new AIPolishConvertedExpression(asset.Priority);
|
PriorityExpr = new AIPolishConvertedExpression(asset.Priority);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void MergeTagFromAnotherData(AICardData data)
|
|
||||||
{
|
|
||||||
tagList.InsertRange(0, data.TagList);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,25 +0,0 @@
|
|||||||
using System.Collections.Generic;
|
|
||||||
|
|
||||||
namespace Wizard;
|
|
||||||
|
|
||||||
public class AICardDataAssetSet
|
|
||||||
{
|
|
||||||
private class AICardDataAssetTemporaryRecord
|
|
||||||
{
|
|
||||||
public string[] Data { get; set; }
|
|
||||||
|
|
||||||
public int DiffFromLatestRotationPack { get; set; }
|
|
||||||
}
|
|
||||||
|
|
||||||
public List<AICardDataAsset> Set { get; private set; }
|
|
||||||
|
|
||||||
public AICardDataAssetSet()
|
|
||||||
{
|
|
||||||
Set = new List<AICardDataAsset>();
|
|
||||||
}
|
|
||||||
|
|
||||||
private int GetRotationLatestCardPackNumber()
|
|
||||||
{
|
|
||||||
return Data.Load.data.RotationLatestCardPackId % 100;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user