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