Beispiel #1
0
        public void Merge(object o)
        {
            AIConfigCategory s = o as AIConfigCategory;

            this.list.AddRange(s.list);
        }
Beispiel #2
0
 public AIConfigCategory()
 {
     Instance = this;
 }