WIP unit tether component

This commit is contained in:
Anuken
2022-07-14 15:32:23 -04:00
parent 9dce4f36f7
commit f32e39fb86
2 changed files with 40 additions and 1 deletions

View File

@@ -76,7 +76,7 @@ public class UnitTypes{
//special block unit type
public static @EntityDef({Unitc.class, BlockUnitc.class}) UnitType block;
//special tethered (has payload capability, because it's necessary sometimes)
//special building tethered (has payload capability, because it's necessary sometimes)
public static @EntityDef({Unitc.class, BuildingTetherc.class, Payloadc.class}) UnitType manifold, assemblyDrone;
//tank