Добавлен комментарий
This commit is contained in:
parent
17cb3342de
commit
cf3945209c
@ -9,6 +9,9 @@ using static System.Windows.Forms.VisualStyles.VisualStyleElement;
|
||||
|
||||
namespace ProjectElectricLocomotive.MovementStrategy
|
||||
{
|
||||
/// <summary>
|
||||
/// Абстрактный класс стратегии
|
||||
/// </summary>
|
||||
public abstract class AbstractStrategy
|
||||
{
|
||||
private IMoveableObject? _moveableObject;
|
||||
|
Loading…
Reference in New Issue
Block a user