Add player index to api

This commit is contained in:
Septron
2018-04-08 17:49:45 -04:00
committed by Adam
parent f9269b01af
commit 92f4ec1c54
4 changed files with 42 additions and 0 deletions

View File

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