separate tick steps

This commit is contained in:
Vinzenz Schroeter 2024-04-07 19:52:16 +02:00
parent 898a9cedc1
commit a9aaf899a2
28 changed files with 239 additions and 194 deletions

View file

@ -1,5 +1,4 @@
using TanksServer.Helpers;
using TanksServer.Services;
namespace TanksServer.DrawSteps;

View file

@ -1,6 +1,4 @@
using TanksServer.Helpers;
using TanksServer.Models;
using TanksServer.Services;
namespace TanksServer.DrawSteps;

View file

@ -1,7 +1,6 @@
using SixLabors.ImageSharp;
using SixLabors.ImageSharp.PixelFormats;
using TanksServer.Helpers;
using TanksServer.Services;
namespace TanksServer.DrawSteps;