namespace TanksServer.Graphics;

internal interface IDrawStep
{
    void Draw(GamePixelGrid pixels);
}