Split PoolManager into separate classes. (#19370)
This commit is contained in:
@@ -79,7 +79,7 @@ namespace Content.IntegrationTests.Tests
|
||||
|
||||
Assert.Multiple(() =>
|
||||
{
|
||||
foreach (var proto in PoolManager.GetEntityPrototypes<StorageFillComponent>(server))
|
||||
foreach (var proto in PoolManager.GetPrototypesWithComponent<StorageFillComponent>(server))
|
||||
{
|
||||
int capacity;
|
||||
var isEntStorage = false;
|
||||
|
||||
Reference in New Issue
Block a user