public void Add(EmoteSet emoteSet) { EmoteSets.Add(emoteSet); }
public EmoteSet_Line(EmoteCategory category, Dictionary <string, string> dict) { EmoteSet = BuildEmoteSet(category, dict); }
public void AddBranch(EmoteSet emoteSet) { Branches.Add(emoteSet); }