コード例 #1
0
 GameDef Init()
 {
     Board = BoardDef.Create(null); // FIX:???
     SetProperty("title", TextValue.Create("Unknown"));
     return(this);
 }
コード例 #2
0
 internal BoardDef Exec()
 {
     _boarddef = BoardDef.Create(this);
     EvalExec();
     return(_boarddef);
 }