namespace Content.Shared._CP14.MagicLantern; /// /// Controls the object's glow based on magical energy /// [RegisterComponent, Access(typeof(CP14MagicLanternSystem))] public sealed partial class CP14MagicLanternComponent : Component { }