mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-09 12:54:51 +00:00
Update QSBProbe.cs
This commit is contained in:
parent
9356a4f704
commit
7b892929cb
@ -4,7 +4,7 @@ using UnityEngine;
|
|||||||
|
|
||||||
namespace QSB.Tools.ProbeTool;
|
namespace QSB.Tools.ProbeTool;
|
||||||
|
|
||||||
public class QSBProbe : MonoBehaviour
|
public class QSBProbe : MonoBehaviour, ILightSource
|
||||||
{
|
{
|
||||||
public delegate void SurveyorProbeEvent();
|
public delegate void SurveyorProbeEvent();
|
||||||
public delegate void RetrieveEvent(float retrieveLength);
|
public delegate void RetrieveEvent(float retrieveLength);
|
||||||
@ -168,4 +168,7 @@ public class QSBProbe : MonoBehaviour
|
|||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public LightSourceType GetLightSourceType() => LightSourceType.PROBE;
|
||||||
|
public OWLight2[] GetLights() => _illuminationCheckLights;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user