Коммит первый. Начало

This commit is contained in:
Hells Hound 2022-09-10 20:32:14 +04:00
parent 4c91f3a8b6
commit 8cdbd27e93

View File

@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace AircraftCarrier
{
internal class EntityWarship
{
}
}