more console outs

This commit is contained in:
caesarakalaeii 2023-08-12 22:45:07 +02:00
parent 9fb470cd98
commit 4aa85f9659
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ internal class Program
{
private static void Main(string[] args)
{
Console.WriteLine("Starting API");
var listener = new ServerListener<MyPlayer, MyGameServer>();
listener.Start(55669);
Thread.Sleep(-1);