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