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