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