9 lines
242 B
C#
Raw Normal View History

2021-11-08 20:55:53 +00:00
using QSB.WorldSync;
namespace QSB.EchoesOfTheEye.LightSensorSync.WorldObjects;
// will be implemented when eote
internal class QSBSingleLightSensor : WorldObject<SingleLightSensor>
2021-11-08 20:55:53 +00:00
{
public override void SendInitialState(uint to) { }
}