fix: its movement point, not mana point

This commit is contained in:
punchready 2021-05-01 21:53:52 +02:00
parent 2783173898
commit b5614d3d37
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ package uulm.teamname.marvelous.gamelibrary.entities;
public enum StatType {
/** Represents the life points of a character */
HP,
/** Represents the mana points of a character */
/** Represents the movement points of a character */
MP,
/** Represents thr action points of a character */
AP