move more websocket logic into base classes
This commit is contained in:
parent
57c0d229f1
commit
fb675e59ff
7 changed files with 89 additions and 123 deletions
|
@ -7,7 +7,7 @@ namespace TanksServer.Interactivity;
|
|||
internal sealed class PlayerScreenData(ILogger logger)
|
||||
{
|
||||
private readonly Memory<byte> _data = new byte[MapService.PixelsPerRow * MapService.PixelsPerColumn / 2];
|
||||
private int _count = 0;
|
||||
private int _count;
|
||||
|
||||
public void Clear()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue