Package com.csse3200.game.services
Class SaveLoadService.PlayerInfo
java.lang.Object
com.csse3200.game.services.SaveLoadService.PlayerInfo
- Enclosing class:
SaveLoadService
mock game state to store entities.
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
com.badlogic.gdx.math.Vector2
int
int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
areaId
-
inventory
-
Health
public int Health -
ProcessNumber
public int ProcessNumber -
position
public com.badlogic.gdx.math.Vector2 position -
RoundNumber
public int RoundNumber
-
-
Constructor Details
-
PlayerInfo
public PlayerInfo()
-