using System.Collections.Generic; namespace Wizard; public class AIEmoteSet { private List cmdList = new List(); public IEnumerable EmoteCmds => cmdList; }