refactor: make GameLogic.checkRequest use error pattern and simple check methods

This commit is contained in:
2021-05-02 15:34:42 +02:00
parent 05f4751a2c
commit d36466a5a0
5 changed files with 188 additions and 96 deletions

View File

@ -6,6 +6,6 @@ public enum StatType {
HP,
/** Represents the movement points of a character */
MP,
/** Represents thr action points of a character */
/** Represents the action points of a character */
AP
}