Projekt přejmenován. Neko nastaven na výchozí pozici
This commit is contained in:
parent
1a27dd6fab
commit
ceac37920b
104 changed files with 873 additions and 208 deletions
5
ONDClient/Program.cs
Normal file
5
ONDClient/Program.cs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
using System;
|
||||
|
||||
using var game = new ONDClient.GameMain();
|
||||
Environment.CurrentDirectory = AppDomain.CurrentDomain.BaseDirectory;
|
||||
game.Run();
|
||||
Loading…
Add table
Add a link
Reference in a new issue