Update PropModule.cs

This commit is contained in:
Nick 2022-05-06 02:02:09 -04:00
parent 1158ddcdc7
commit 77b688fb18

View File

@ -59,7 +59,7 @@ namespace NewHorizons.External
{
public MVector3 position;
public float elevation;
public float height;
public float height = 30;
public MColor tint;
public bool downwards;
public float wanderRate;