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