using Robust.Shared.GameObjects; namespace Robust.Client.Physics; /// /// Simple component used to tag entities that have physics prediction enabled. /// [RegisterComponent] public sealed partial class PredictedPhysicsComponent : Component { }