* Move PoweredLight to shared * Predict the rest of the owl * reacher * compinit & anim * Fix names * Revert this? * Fix these * chicken drummies * deita * Fix * review * fix * fixes * fix PVS weirdness --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
6 lines
151 B
C#
6 lines
151 B
C#
using Content.Shared.Light.EntitySystems;
|
|
|
|
namespace Content.Server.Light.EntitySystems;
|
|
|
|
public sealed class LightBulbSystem : SharedLightBulbSystem;
|