Interface Weapon

All Known Implementing Classes:
Melee, ProjectileConfig

public interface Weapon
Projectiles and Melee are to implement this interface to be used as weapons
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    int
     
  • Method Details

    • getDamage

      int getDamage()
    • getAttackRange

      int getAttackRange()