示例#1
0
 public Module(string name, string sourcefile, bitboardWorld host)
 {
     this.Name = name;
     this.myTask = new jsLoadable(host);
 }
示例#2
0
文件: ProcFS.cs 项目: benixos/agi
 public Module(string name, string sourcefile, bitboardWorld host)
 {
     this.Name   = name;
     this.myTask = new jsLoadable(host);
 }