update servicepoint and README

This commit is contained in:
Vinzenz Schroeter 2024-05-26 15:06:09 +02:00
parent 341d04e69d
commit 5ace6b5c8d
13 changed files with 16 additions and 65 deletions

View file

@ -1,5 +1,5 @@
using System.Net.WebSockets;
using ServicePoint2;
using ServicePoint;
using TanksServer.Graphics;
namespace TanksServer.Interactivity;

View file

@ -1,6 +1,6 @@
using System.Buffers;
using System.Net.WebSockets;
using ServicePoint2;
using ServicePoint;
using TanksServer.Graphics;
namespace TanksServer.Interactivity;

View file

@ -1,10 +1,10 @@
using System.Diagnostics;
using System.Net;
using System.Net.Sockets;
using ServicePoint2;
using ServicePoint;
using TanksServer.GameLogic;
using TanksServer.Graphics;
using CompressionCode = ServicePoint2.BindGen.CompressionCode;
using CompressionCode = ServicePoint.BindGen.CompressionCode;
namespace TanksServer.Interactivity;