mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-26 18:35:34 +00:00
9 lines
242 B
C#
9 lines
242 B
C#
using QSB.WorldSync;
|
|
|
|
namespace QSB.EchoesOfTheEye.LightSensorSync.WorldObjects;
|
|
|
|
// will be implemented when eote
|
|
internal class QSBSingleLightSensor : WorldObject<SingleLightSensor>
|
|
{
|
|
public override void SendInitialState(uint to) { }
|
|
} |