Use built in player index field

This commit is contained in:
Adam
2018-04-15 11:35:39 -04:00
parent 19e866b0ef
commit 8932ef4f74
4 changed files with 4 additions and 39 deletions

View File

@@ -40,6 +40,4 @@ public interface Player extends Actor
boolean isClanMember();
boolean isFriend();
int getIndex();
}