Fixed JSON mod load errors
This commit is contained in:
@@ -180,7 +180,7 @@ public class UnitType extends UnlockableContent{
|
|||||||
public boolean hidden = false;
|
public boolean hidden = false;
|
||||||
public boolean internal = false;
|
public boolean internal = false;
|
||||||
/** A sample of the unit that this type creates. Do not modify! */
|
/** A sample of the unit that this type creates. Do not modify! */
|
||||||
public Unit sample;
|
public @Nullable Unit sample;
|
||||||
|
|
||||||
//for crawlers
|
//for crawlers
|
||||||
public int segments = 0;
|
public int segments = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user