示例#1
0
文件: Runtime.cs 项目: merxlc/RPG1
 public Event Get_Event(string name)
 {
     return(EventDriver.Get_Event(name));
 }