示例#1
0
 public UnitConfigCategory()
 {
     Instance = this;
 }
示例#2
0
        public void Merge(object o)
        {
            UnitConfigCategory s = o as UnitConfigCategory;

            this.list.AddRange(s.list);
        }