Fix this
This commit is contained in:
parent
921b30ca95
commit
6d2057f0c2
5 changed files with 60 additions and 13 deletions
|
|
@ -47,6 +47,9 @@ public abstract class Weapon {
|
|||
public void setDamage(int damage) {
|
||||
this.damage = damage;
|
||||
}
|
||||
public int getDamage() {
|
||||
return this.damage;
|
||||
}
|
||||
/**
|
||||
* Launches the weapon type.
|
||||
* @param target
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue