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