mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-14 19:29:36 +01:00
9 lines
241 B
C#
9 lines
241 B
C#
using Robust.Shared.GameObjects;
|
|
|
|
namespace Robust.Server.GameObjects
|
|
{
|
|
[RegisterComponent]
|
|
[ComponentReference(typeof(SharedPointLightComponent))]
|
|
public sealed partial class PointLightComponent : SharedPointLightComponent {}
|
|
}
|