Создание реализации абстрактного класса - MoveToCenter

This commit is contained in:
malimova 2023-10-06 22:28:54 +04:00
parent b69d10b872
commit f338060869

View 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
{
}
}