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