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