Отформатированы условия

This commit is contained in:
Данияр Аглиуллов 2022-11-02 23:32:34 +04:00
parent ae8305225f
commit 75695fec70

View File

@ -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;