mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
default value
This commit is contained in:
parent
41285823ca
commit
2a67040fb1
@ -79,7 +79,7 @@ namespace NewHorizons.External.Modules.Props
|
||||
/// If true, this detail will stay still until it touches something.
|
||||
/// Good for zero-g props.
|
||||
/// </summary>
|
||||
public bool physicsSuspendUntilImpact;
|
||||
[DefaultValue(false)] public bool physicsSuspendUntilImpact = false;
|
||||
|
||||
/// <summary>
|
||||
/// Set to true if this object's lighting should ignore the effects of sunlight
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user