namespace Robust.Shared.GameObjects; /// /// Indicates the attached entity was spawn predicted and should be reconciled when the server states comes in. /// [RegisterComponent] public sealed partial class PredictedSpawnComponent : Component;