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

This commit is contained in:
malimova 2023-11-25 17:47:09 +04:00
parent 97a19d085b
commit 9e08b356b5

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