GameDef Init() { Board = BoardDef.Create(null); // FIX:??? SetProperty("title", TextValue.Create("Unknown")); return(this); }
internal BoardDef Exec() { _boarddef = BoardDef.Create(this); EvalExec(); return(_boarddef); }