Создание класса PlanesGenericStorage
This commit is contained in:
parent
521d4750de
commit
9b6d4ecda2
12
AirBomber/AirBomber/PlanesGenericStorage.cs
Normal file
12
AirBomber/AirBomber/PlanesGenericStorage.cs
Normal 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
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user