* 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
157 B
C#
6 lines
157 B
C#
using Content.Shared.Light.EntitySystems;
|
|
|
|
namespace Content.Client.Light.EntitySystems;
|
|
|
|
public sealed class PoweredLightSystem : SharedPoweredLightSystem;
|