package com.atsuishio.superbwarfare.entity.vehicle; public interface IChargeEntity { void charge(int amount); boolean canCharge(); }