This commit is contained in:
TheK0tYaRa 2025-06-15 18:43:12 +03:00
commit eef1b91aa3
10 changed files with 337 additions and 0 deletions

2
src/Program.cs Normal file
View file

@ -0,0 +1,2 @@
using var game = new tunnet.Game1();
game.Run();