Interface AmmoType

All Known Implementing Classes:
ItemAmmoType, PowerAmmoType

public interface AmmoType
Type of ammo that a unit uses.
  • Method Details

    • icon

      String icon()
    • color

      Color color()
    • barColor

      Color barColor()
    • resupply

      void resupply(mindustry.gen.Unit unit)