Сдана (доп задание удалил)
This commit is contained in:
parent
bf1961b30b
commit
68cba3d6a4
@ -36,8 +36,6 @@ public class MoveableShip : IMoveableObject
|
|||||||
|
|
||||||
public int GetStep => (int)(_ship?.EntityShip?.Step ?? 0);
|
public int GetStep => (int)(_ship?.EntityShip?.Step ?? 0);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
public bool TryMoveObject(MovementDirection direction)
|
public bool TryMoveObject(MovementDirection direction)
|
||||||
{
|
{
|
||||||
if (_ship == null || _ship.EntityShip == null)
|
if (_ship == null || _ship.EntityShip == null)
|
||||||
|
Loading…
Reference in New Issue
Block a user