Создан интерфейс для прорисовки IDrawningEngines
This commit is contained in:
parent
00d9cfc7d1
commit
52dd126a68
14
AirBomber/AirBomber/IDrawningEngines.cs
Normal file
14
AirBomber/AirBomber/IDrawningEngines.cs
Normal file
@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace AirBomber
|
||||
{
|
||||
internal interface IDrawningEngines
|
||||
{
|
||||
public void SetAmount(int a);
|
||||
public void DrawEngines(Graphics g, int _startPosX, int _startPosY);
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user