Salvage expeditions (#12745)
This commit is contained in:
12
Content.Shared/Parallax/Biomes/Layers/IBiomeWorldLayer.cs
Normal file
12
Content.Shared/Parallax/Biomes/Layers/IBiomeWorldLayer.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace Content.Shared.Parallax.Biomes.Layers;
|
||||
|
||||
/// <summary>
|
||||
/// Handles actual objects such as decals and entities.
|
||||
/// </summary>
|
||||
public interface IBiomeWorldLayer : IBiomeLayer
|
||||
{
|
||||
/// <summary>
|
||||
/// What tiles we're allowed to spawn on, real or biome.
|
||||
/// </summary>
|
||||
List<string> AllowedTiles { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user