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

@@ -54,4 +54,9 @@ public interface RSPlayer extends RSActor, Player
@Import("isFriend")
@Override
boolean isFriend();
@Override
int getIndex();
void setIndex(int id);
}