public void Merge(object o) { AIConfigCategory s = o as AIConfigCategory; this.list.AddRange(s.list); }
public AIConfigCategory() { Instance = this; }