//protected override Skriptum GetNewTypeFromClass(string[] raw_data)
        //{
        //	return new MyClass(raw_data);
        //}

        protected override void AddFromOtherMod(AddTypeFromOtherMod f = null)
        {
            // @SCRIPT AddFromOtherMod

            base.AddFromOtherMod(f);
        }
예제 #2
0
        protected override void AddFromOtherMod(AddTypeFromOtherMod f = null)
        {
            f = new AddTroopFromOtherMod();

            base.AddFromOtherMod(f);
        }