Начало Lab2. Создание класса базовой сущности EntityAirPlane

This commit is contained in:
malimova 2023-11-26 15:11:56 +04:00
parent 72e1051113
commit bfcdcb08c6

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