Отформатированы условия
This commit is contained in:
parent
ae8305225f
commit
75695fec70
@ -59,8 +59,8 @@ namespace AirBomber
|
|||||||
var entity = _airplane.Airplane;
|
var entity = _airplane.Airplane;
|
||||||
var otherEntity = otherAirplane._airplane.Airplane;
|
var otherEntity = otherAirplane._airplane.Airplane;
|
||||||
if (entity.GetType() != otherEntity.GetType() ||
|
if (entity.GetType() != otherEntity.GetType() ||
|
||||||
entity.Speed != otherEntity.Speed ||
|
entity.Speed != otherEntity.Speed ||
|
||||||
entity.Weight != otherEntity.Weight ||
|
entity.Weight != otherEntity.Weight ||
|
||||||
entity.BodyColor != otherEntity.BodyColor)
|
entity.BodyColor != otherEntity.BodyColor)
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user