JScratch
Loading...
Searching...
No Matches
DnDUtils.java
Go to the documentation of this file.
1
package
com.burrbox.dndiablo;
2
3
public
class
DnDUtils
{
4
public
static
int
scoreToModifier
(
int
score) {
5
return
(score - 10) / 2;
6
}
7
}
com.burrbox.dndiablo.DnDUtils
Definition
DnDUtils.java:3
com.burrbox.dndiablo.DnDUtils.scoreToModifier
static int scoreToModifier(int score)
Definition
DnDUtils.java:4
src
main
java
com
burrbox
dndiablo
DnDUtils.java
Generated by
1.16.1