fix server does not shut down

This commit is contained in:
Vinzenz Schroeter 2024-11-12 19:14:02 +01:00
parent 53cbdd8440
commit 8b44168b66
9 changed files with 59 additions and 47 deletions

View file

@ -1,4 +1,3 @@
using ServicePoint;
using TanksServer.GameLogic;
using TanksServer.Interactivity;

View file

@ -1,5 +1,3 @@
using ServicePoint;
namespace TanksServer.Graphics;
internal interface IFrameConsumer