mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-26 18:35:34 +00:00
11 lines
250 B
C#
11 lines
250 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) { }
|
|
}
|
|
}
|