Создание класса PlanesGenericStorage

This commit is contained in:
malimova 2023-10-22 14:12:35 +04:00
parent 521d4750de
commit 9b6d4ecda2

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