mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-01-20 09:17:29 +07:00
Removed unused params
This commit is contained in:
parent
0338325b26
commit
294d69ddc9
@ -23,12 +23,12 @@ public final class StatGetter {
|
||||
}
|
||||
|
||||
/** @see StatList#param(int) */
|
||||
int param(short stat) {
|
||||
int param() {
|
||||
return stats.param(index);
|
||||
}
|
||||
|
||||
/** @see StatList#value(int) */
|
||||
int value(short stat) {
|
||||
int value() {
|
||||
return stats.value(index);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user