= Converted formatting for the core rpg

This commit is contained in:
Matthew Cech
2019-06-19 21:58:26 -07:00
parent feca9e542a
commit 5e531a19b7
16 changed files with 85 additions and 85 deletions
+2 -2
View File
@@ -12,6 +12,6 @@ public class RPGWeapon extends RPGItem
accuracy = 0.8;
}
public long GetAttack() { return attack; }
public double GetAccuracy() { return accuracy; }
public long getAttack() { return attack; }
public double getAccuracy() { return accuracy; }
}