using Robust.Shared.GameStates; namespace Content.Shared.RatKing.Components; /// /// This is used for entities that can rummage through entities /// with the /// /// [RegisterComponent, NetworkedComponent] public sealed partial class RummagerComponent : Component;