Добавленный метод в класс-коллекцию
This commit is contained in:
parent
937cf9e202
commit
7adc066c5c
@ -132,5 +132,9 @@ namespace AirBomber
|
||||
}
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
/// Получение объектов коллекции
|
||||
/// </summary>
|
||||
public IEnumerable<T?> GetPlanes => _collection.GetPlanes();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user