예제 #1
0
 public UnitConfigCategory()
 {
     Instance = this;
 }
예제 #2
0
파일: UnitConfig.cs 프로젝트: 526077247/ET
        public void Merge(object o)
        {
            UnitConfigCategory s = o as UnitConfigCategory;

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