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:
@@ -7,13 +7,4 @@ public class AIEmoteSet
|
||||
private List<AIEmoteCmd> cmdList = new List<AIEmoteCmd>();
|
||||
|
||||
public IEnumerable<AIEmoteCmd> EmoteCmds => cmdList;
|
||||
|
||||
public void CreateFromAsset(List<AIEmoteDataAsset> assetList)
|
||||
{
|
||||
cmdList.Clear();
|
||||
foreach (AIEmoteDataAsset asset in assetList)
|
||||
{
|
||||
cmdList.Add(new AIEmoteCmd(asset));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user