SharedLightBehaviourComponent.cs 242 B

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