mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
add default values guy
This commit is contained in:
parent
cb2b8815fd
commit
9546b52a5e
@ -9,8 +9,8 @@ namespace NewHorizons.Components
|
||||
public class AddPhysics : MonoBehaviour
|
||||
{
|
||||
public Sector Sector;
|
||||
public float Mass;
|
||||
public float Radius;
|
||||
public float Mass = 1f;
|
||||
public float Radius = 1f;
|
||||
|
||||
private IEnumerator Start()
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user