PIBD-12 Morozov_D.V. LabWork№2 #2
@ -36,8 +36,6 @@ public class MoveableShip : IMoveableObject
|
||||
|
||||
public int GetStep => (int)(_ship?.EntityShip?.Step ?? 0);
|
||||
|
||||
|
||||
|
||||
public bool TryMoveObject(MovementDirection direction)
|
||||
{
|
||||
if (_ship == null || _ship.EntityShip == null)
|
||||
|
Loading…
x
Reference in New Issue
Block a user