Move UnpoweredFlashlight to shared (#27449)
This commit is contained in:
6
Content.Shared/Light/LightToggleEvent.cs
Normal file
6
Content.Shared/Light/LightToggleEvent.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace Content.Shared.Light;
|
||||
|
||||
public sealed class LightToggleEvent(bool isOn) : EntityEventArgs
|
||||
{
|
||||
public bool IsOn = isOn;
|
||||
}
|
||||
Reference in New Issue
Block a user