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

@@ -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));
}
}
}