コード例 #1
0
ファイル: FormulaConfig.cs プロジェクト: 526077247/ET
        public void Merge(object o)
        {
            FormulaConfigCategory s = o as FormulaConfigCategory;

            this.list.AddRange(s.list);
        }
コード例 #2
0
ファイル: FormulaConfig.cs プロジェクト: 526077247/ET
 public FormulaConfigCategory()
 {
     Instance = this;
 }