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