using Robust.Shared.GameStates; namespace Content.Shared.Materials; /// /// Empty component that marks an entity as a "raw" material. /// The material amounts themselves are in /// [RegisterComponent, NetworkedComponent] public sealed partial class MaterialComponent : Component { }