package mindustry.entities.def; import mindustry.annotations.Annotations.*; @Component abstract class DamageComp{ abstract float damage(); }