Unit assembly system progress

This commit is contained in:
Anuken
2021-12-18 11:50:21 -05:00
parent 3866a9a8e7
commit 41b669d6e1
16 changed files with 397 additions and 35 deletions

View File

@@ -26,7 +26,10 @@ public enum BlockFlag{
//single-block identifiers
launchPad,
unitCargoUnloadPoint,
unitAssembler;
unitAssembler,
/** @deprecated not used anywhere */
@Deprecated resupply;
public final static BlockFlag[] all = values();