Удален префикс virtual
This commit is contained in:
parent
396cc84c61
commit
cda14a5f01
@ -31,7 +31,7 @@ namespace AirBomber
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="type">тип</param>
|
/// <param name="type">тип</param>
|
||||||
/// <returns>Успешно ли проведена операция</returns>
|
/// <returns>Успешно ли проведена операция</returns>
|
||||||
public virtual bool AddTypeOfEntity(T type)
|
public bool AddTypeOfEntity(T type)
|
||||||
{
|
{
|
||||||
if (NumTypesOfEntity >= typesOfEntity.Length)
|
if (NumTypesOfEntity >= typesOfEntity.Length)
|
||||||
{
|
{
|
||||||
@ -45,7 +45,7 @@ namespace AirBomber
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="type">тип</param>
|
/// <param name="type">тип</param>
|
||||||
/// <returns>Успешно ли проведена операция</returns>
|
/// <returns>Успешно ли проведена операция</returns>
|
||||||
public virtual bool AddTypeOfEngines(U type)
|
public bool AddTypeOfEngines(U type)
|
||||||
{
|
{
|
||||||
if (NumTypesOfEngines >= typesOfEngines.Length)
|
if (NumTypesOfEngines >= typesOfEngines.Length)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user