mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Set default values for RevealInfo
This commit is contained in:
parent
518c7e26ae
commit
345f5a9169
4
NewHorizons/External/PropModule.cs
vendored
4
NewHorizons/External/PropModule.cs
vendored
@ -72,9 +72,9 @@ namespace NewHorizons.External
|
|||||||
|
|
||||||
public class RevealInfo
|
public class RevealInfo
|
||||||
{
|
{
|
||||||
public string revealOn;
|
public string revealOn = "enter";
|
||||||
public string[] reveals;
|
public string[] reveals;
|
||||||
public MVector3 position;
|
public MVector3 position = new MVector3(0, 0, 0);
|
||||||
public float radius = 1f;
|
public float radius = 1f;
|
||||||
public float maxDistance = -1f; // Snapshot & Observe Only
|
public float maxDistance = -1f; // Snapshot & Observe Only
|
||||||
public float maxAngle = 180f; // Observe Only
|
public float maxAngle = 180f; // Observe Only
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user