mixin: match upstream player getId
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user