using Robust.Shared.GameStates; namespace Content.Shared.Procedural.Components; /// /// Will forcibly unload an entity no matter what. Useful if you have consistent entities that will never be default or the likes. /// [RegisterComponent, NetworkedComponent] public sealed partial class BiomeForceUnloadComponent : Component;