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