diff --git a/Content.Server/_CP14/BiomeSpawner/CP14BiomeSpawnerComponent.cs b/Content.Server/_CP14/Procedural/BiomeSpawner/CP14BiomeSpawnerComponent.cs similarity index 92% rename from Content.Server/_CP14/BiomeSpawner/CP14BiomeSpawnerComponent.cs rename to Content.Server/_CP14/Procedural/BiomeSpawner/CP14BiomeSpawnerComponent.cs index ff377c9991..7e8c34c80d 100644 --- a/Content.Server/_CP14/BiomeSpawner/CP14BiomeSpawnerComponent.cs +++ b/Content.Server/_CP14/Procedural/BiomeSpawner/CP14BiomeSpawnerComponent.cs @@ -10,7 +10,7 @@ using Content.Shared.Parallax.Biomes; using Robust.Shared.Prototypes; -namespace Content.Server._CP14.BiomeSpawner; +namespace Content.Server._CP14.Procedural.BiomeSpawner; /// /// fills the tile in which it is located with the contents of the biome. Includes: tile, decals and entities diff --git a/Content.Server/_CP14/BiomeSpawner/CP14BiomeSpawnerSystem.cs b/Content.Server/_CP14/Procedural/BiomeSpawner/CP14BiomeSpawnerSystem.cs similarity index 98% rename from Content.Server/_CP14/BiomeSpawner/CP14BiomeSpawnerSystem.cs rename to Content.Server/_CP14/Procedural/BiomeSpawner/CP14BiomeSpawnerSystem.cs index 6f08aae1f4..10d12edcc7 100644 --- a/Content.Server/_CP14/BiomeSpawner/CP14BiomeSpawnerSystem.cs +++ b/Content.Server/_CP14/Procedural/BiomeSpawner/CP14BiomeSpawnerSystem.cs @@ -17,7 +17,7 @@ using Robust.Shared.Map.Components; using Robust.Shared.Prototypes; using Robust.Shared.Random; -namespace Content.Server._CP14.BiomeSpawner; +namespace Content.Server._CP14.Procedural.BiomeSpawner; public sealed class CP14BiomeSpawnerSystem : EntitySystem {