lab2finish
This commit is contained in:
parent
6323fb7bc8
commit
1191207299
@ -21,7 +21,6 @@ public class MoveToBorder : AbstractStrategy
|
|||||||
objParams.DownBorder - GetStep() <= FieldHeight
|
objParams.DownBorder - GetStep() <= FieldHeight
|
||||||
&& objParams.DownBorder + GetStep() >= FieldHeight;
|
&& objParams.DownBorder + GetStep() >= FieldHeight;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void MoveToTarget()
|
protected override void MoveToTarget()
|
||||||
{
|
{
|
||||||
ObjectParameters? objParams = GetObjectParameters;
|
ObjectParameters? objParams = GetObjectParameters;
|
||||||
|
Loading…
Reference in New Issue
Block a user