Добавлен комментарий

This commit is contained in:
ekallin 2023-10-10 14:27:22 +04:00
parent 17cb3342de
commit cf3945209c

View File

@ -9,6 +9,9 @@ using static System.Windows.Forms.VisualStyles.VisualStyleElement;
namespace ProjectElectricLocomotive.MovementStrategy namespace ProjectElectricLocomotive.MovementStrategy
{ {
/// <summary>
/// Абстрактный класс стратегии
/// </summary>
public abstract class AbstractStrategy public abstract class AbstractStrategy
{ {
private IMoveableObject? _moveableObject; private IMoveableObject? _moveableObject;