Files
OldThink/Content.Shared/Light/Components/SharedLightBehaviourComponent.cs

9 lines
242 B
C#
Raw Normal View History

namespace Content.Shared.Light.Components;
/// <summary>
/// A component which applies a specific behaviour to a PointLightComponent on its owner.
/// </summary>
public abstract partial class SharedLightBehaviourComponent : Component
{
}