JohnCorby 830580a4be redo
2022-08-15 22:38:03 -07:00

16 lines
329 B
C#

using HarmonyLib;
using QSB.Patches;
/*
* For those who come here,
* leave while you still can.
*/
namespace QSB.EchoesOfTheEye.LightSensorSync.Patches;
[HarmonyPatch(typeof(SingleLightSensor))]
internal class PlayerLightSensorPatches : QSBPatch
{
public override QSBPatchTypes Type => QSBPatchTypes.OnClientConnect;
}