mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-02 10:07:15 +02:00
* Sync PointLight data * ECS GetComponentState * Nothing to see here
10 lines
153 B
C#
10 lines
153 B
C#
using Robust.Shared.GameObjects;
|
|
|
|
namespace Robust.Server.GameObjects
|
|
{
|
|
public sealed class PointLightSystem : SharedPointLightSystem
|
|
{
|
|
|
|
}
|
|
}
|