public void Play() { graphics = RuntimeEngine.Construct2 ( consoleType: ConsoleType.Chinese, bold: false, maximum: false, width: WIDTH, height: HEIGHT, charWidth: CharWidth.Double, title: TITLE ); RuntimeEngine.Start(Start, Update, null, FPS); }