using Robust.Shared.EntitySerialization.Systems; using Robust.Shared.GameObjects; namespace Robust.Shared.EntitySerialization.Components; /// /// Added to Maps that were loaded by . If not present then this map was created externally. /// [RegisterComponent, UnsavedComponent] public sealed partial class LoadedMapComponent : Component { }