fix type of return value

This commit is contained in:
NikGapon 2022-11-19 15:08:14 +04:00
parent d874378d34
commit c1848a955e

View File

@ -50,7 +50,7 @@ namespace Airbus
}
}
_places[position] = airplane;
return 1;
return position;
}
/// <summary>
/// Удаление объекта из набора с конкретной позиции