Add player index to api
This commit is contained in:
@@ -54,4 +54,9 @@ public interface RSPlayer extends RSActor, Player
|
||||
@Import("isFriend")
|
||||
@Override
|
||||
boolean isFriend();
|
||||
|
||||
@Override
|
||||
int getIndex();
|
||||
|
||||
void setIndex(int id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user