package mindustry.entities.def; import mindustry.annotations.Annotations.*; import mindustry.gen.*; @Component abstract class LegsComp implements Posc, Flyingc{ float baseRotation; }