示例#1
0
文件: Mod.cs 项目: sixxkilur/ModAPI
            public bool AddInjectInto(XElement element)
            {
                var obj = new InjectInto(Mod);

                obj.SetXml(element);
                return(AddInjectInto(obj));
            }