mixin: match upstream player getId

This commit is contained in:
Justin
2022-05-26 21:44:01 +10:00
parent 6fd1cfbdaf
commit e37a7e1a66
2 changed files with 7 additions and 3 deletions

View File

@@ -32,6 +32,10 @@ public interface RSPlayer extends RSActor, Player
@Import("username")
RSUsername getRsName();
@Import("index")
int getId();
@Deprecated(forRemoval = true, since = "4.28.0")
@Import("index")
int getPlayerId();