Package com.mygdx.game.Managers
Class PointsManager
- java.lang.Object
-
- com.mygdx.game.Managers.PointsManager
-
public class PointsManager extends java.lang.ObjectManages the assignment of points to the player.
-
-
Field Summary
Fields Modifier and Type Field Description protected static intpoints
-
Constructor Summary
Constructors Constructor Description PointsManager()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidchange(int amount)Change the number of points the player has.static intget()Get the number of points the player has.static voidset(int points)Set the number of points the player has.
-