There was an error while loading. Please reload this page.
1 parent 9c125ac commit 59f7543Copy full SHA for 59f7543
README.md
@@ -40,7 +40,7 @@ You can write
40
41
void CmdQuit(string[] args)
42
{
43
- Game.console.
+ Game.console.Write("Goodbye\n");
44
Application.Quit();
45
}
46
```
0 commit comments