예제 #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);
 }