mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-14 15:40:20 +00:00
9 lines
163 B
C#
9 lines
163 B
C#
using QSB.WorldSync;
|
|
|
|
namespace QSB.EchoesOfTheEye.LightSensorSync.WorldObjects
|
|
{
|
|
internal class QSBSingleLightSensor : WorldObject<SingleLightSensor>
|
|
{
|
|
}
|
|
}
|