This commit is contained in:
xom9kxom9k 2024-02-06 19:25:35 +04:00
parent 2cc77cabac
commit d6c18f6804
2 changed files with 33 additions and 8 deletions

29
Seaplane/DirectionType.cs Normal file
View File

@ -0,0 +1,29 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Seaplane;
/// <summary>
/// Направление перемещения
/// </summary>
public enum DirectionType
{
/// <summary>
/// Вверх
/// </summary>
Up = 1,
/// <summary>
/// Вниз
/// </summary>
Down = 2,
/// <summary>
/// Влево
/// </summary>
Left = 3,
/// <summary>
/// Вправо
/// </summary>
Right = 4,
}

View File

@ -1,11 +1,7 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Seaplane;
namespace Seaplane;
/// <summary>
/// Класс-сущность Гидросамолет
/// </summary>
public class EnitySeaplane
{ /// <summary>
/// Скорость