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