From cda14a5f01f6ad9d55019e95b5be70e26f156c00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B0=D0=BD=D0=B8=D1=8F=D1=80=20=D0=90=D0=B3=D0=BB?= =?UTF-8?q?=D0=B8=D1=83=D0=BB=D0=BB=D0=BE=D0=B2?= Date: Tue, 18 Oct 2022 02:45:11 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD=20=D0=BF?= =?UTF-8?q?=D1=80=D0=B5=D1=84=D0=B8=D0=BA=D1=81=20virtual?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AirBomber/AirBomber/GeneratorAirplane.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AirBomber/AirBomber/GeneratorAirplane.cs b/AirBomber/AirBomber/GeneratorAirplane.cs index 8bf1d6e..de39540 100644 --- a/AirBomber/AirBomber/GeneratorAirplane.cs +++ b/AirBomber/AirBomber/GeneratorAirplane.cs @@ -31,7 +31,7 @@ namespace AirBomber /// /// тип /// Успешно ли проведена операция - public virtual bool AddTypeOfEntity(T type) + public bool AddTypeOfEntity(T type) { if (NumTypesOfEntity >= typesOfEntity.Length) { @@ -45,7 +45,7 @@ namespace AirBomber /// /// тип /// Успешно ли проведена операция - public virtual bool AddTypeOfEngines(U type) + public bool AddTypeOfEngines(U type) { if (NumTypesOfEngines >= typesOfEngines.Length) {