Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -195,6 +195,8 @@ public class Block extends UnlockableContent{
|
||||
public float buildCostMultiplier = 1f;
|
||||
/** Whether this block has instant transfer.*/
|
||||
public boolean instantTransfer = false;
|
||||
/** Whether you can rotate this block with Keybind rotateplaced + Scroll Wheel. */
|
||||
public boolean quickRotate = true;
|
||||
|
||||
public Prov<Building> buildType = null; //initialized later
|
||||
public ObjectMap<Class<?>, Cons2> configurations = new ObjectMap<>();
|
||||
|
||||
Reference in New Issue
Block a user