Autogeneration of some IO code

This commit is contained in:
Anuken
2020-02-13 13:30:30 -05:00
parent 47f075133f
commit ad248e2e20
40 changed files with 163 additions and 74 deletions

View File

@@ -18,9 +18,9 @@ import static mindustry.Vars.*;
@Component
abstract class MinerComp implements Itemsc, Posc, Teamc, Rotc{
transient float x, y, rotation;
@Import float x, y, rotation;
float mineTimer;
transient float mineTimer;
@Nullable Tile mineTile;
abstract boolean canMine(Item item);