This commit is contained in:
Anuken
2020-05-12 21:41:45 -04:00
parent ab49825d35
commit c432639dfa
3 changed files with 5 additions and 4 deletions

View File

@@ -10,6 +10,8 @@ public enum BlockFlag{
turret,
/** Repair point. */
repair,
/** Rally point. TODO remove*/
rally,
/** Any block that boosts unit capacity. */
unitModifier;