Создание класса-сущности объекта "Бомбардировщик"

This commit is contained in:
malimova 2023-09-18 11:53:40 +04:00
parent f8e881e785
commit cf72203a1c

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