using System.Collections.Generic; namespace NitroxModel.DataStructures.GameLogic.Entities; public interface IUwePrefabFactory { public bool TryGetPossiblePrefabs(string biomeType, out List prefabs); }