Пример #1
0
        public void Merge(object o)
        {
            BuffConfigCategory s = o as BuffConfigCategory;

            this.list.AddRange(s.list);
        }
Пример #2
0
 public BuffConfigCategory()
 {
     Instance = this;
 }