fix: its movement point, not mana point
This commit is contained in:
@ -4,7 +4,7 @@ package uulm.teamname.marvelous.gamelibrary.entities;
|
|||||||
public enum StatType {
|
public enum StatType {
|
||||||
/** Represents the life points of a character */
|
/** Represents the life points of a character */
|
||||||
HP,
|
HP,
|
||||||
/** Represents the mana points of a character */
|
/** Represents the movement points of a character */
|
||||||
MP,
|
MP,
|
||||||
/** Represents thr action points of a character */
|
/** Represents thr action points of a character */
|
||||||
AP
|
AP
|
||||||
|
Reference in New Issue
Block a user