import java.awt.*; public interface IDrawningEngines { void Draw(Graphics g, int x, int y, Color bodyColor); void SetNewEngines(int count); }