Создание реализации абстрактного класса - MoveToCenter
This commit is contained in:
parent
b69d10b872
commit
f338060869
12
AirBomber/AirBomber/MoveToCenter.cs
Normal file
12
AirBomber/AirBomber/MoveToCenter.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace AirBomber
|
||||
{
|
||||
internal class MoveToCenter
|
||||
{
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user