Add DocFX documentation.

This commit is contained in:
2024-10-14 20:01:01 +02:00
parent f68f8f4b02
commit 9397073901
118 changed files with 64687 additions and 76 deletions

View File

@@ -1,8 +1,2 @@
class Program
{
static void Main(string[] args)
{
var game = new TestGame();
game.Start();
}
}
var game = new TestGame();
game.Start();