move biomespawners

This commit is contained in:
Ed
2024-07-17 16:32:58 +03:00
parent 8cbd26ae2f
commit 0a42834dbe
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
using Content.Shared.Parallax.Biomes;
using Robust.Shared.Prototypes;
namespace Content.Server._CP14.BiomeSpawner;
namespace Content.Server._CP14.Procedural.BiomeSpawner;
/// <summary>
/// fills the tile in which it is located with the contents of the biome. Includes: tile, decals and entities

View File

@@ -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
{