package com.atsuishio.superbwarfare.entity; public interface ICannonEntity extends IVehicleEntity { float getHealth(); float getMaxHealth(); }