This commit is contained in:
Anuken
2020-10-22 09:11:48 -04:00
parent 6c13250705
commit f2dd5ba113
5 changed files with 10 additions and 1 deletions

View File

@@ -4,6 +4,8 @@ package mindustry.world.meta;
public enum BlockFlag{
/** Enemy core; primary target for all units. */
core,
/** Vault/container/etc */
storage,
/** Something that generates power. */
generator,
/** Any turret. */