Создание абстрактного класса AbstractStrategy

This commit is contained in:
malimova 2023-10-06 22:25:36 +04:00
parent 03c6fa946c
commit b69d10b872

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