Skip to content
Snippets Groups Projects
Commit b61fb8be authored by Scherbaum Maximilian's avatar Scherbaum Maximilian
Browse files

fix: missing getter in player class

parent a8b578f6
No related branches found
No related tags found
3 merge requests!74V1,!73Initial commit,!71Merge DataBase into Development
......@@ -572,7 +572,9 @@ class Player implements IEntity {
@Override
public void setObjectStatus(ObjectStatus objectStatus) {
}
public int getHealth() {
return health;
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment