Update Player.java

This commit is contained in:
ThatGamerBlue
2019-05-12 18:35:12 +01:00
committed by GitHub
parent 48049687a9
commit 66309b8ade

View File

@@ -34,6 +34,8 @@ public interface Player extends Actor
{ {
@Override @Override
int getCombatLevel(); int getCombatLevel();
int getPlayerId();
/** /**
* Gets the composition of this player. * Gets the composition of this player.