using Robust.Shared.GameStates; namespace Content.Shared._DV.Waypointer.Components; /// /// This is on entities that ARE NOT GRIDS to be trackable by Waypointers. /// If you want an entity that isn't a grid to be tracked by a waypointer, put this on them. /// [RegisterComponent, NetworkedComponent] public sealed partial class WaypointerTrackableComponent : Component;