Удалить 'Movement.cs'
This commit is contained in:
parent
8c81847fae
commit
42588c440b
16
Movement.cs
16
Movement.cs
@ -1,16 +0,0 @@
|
|||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
|
|
||||||
namespace AirplaneWithRadar
|
|
||||||
{
|
|
||||||
public enum Movement
|
|
||||||
{
|
|
||||||
Up = 1,
|
|
||||||
Down = 2,
|
|
||||||
Left = 3,
|
|
||||||
Right = 4,
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user