add getModulus() to match setModulus used in the private server plugin. (#3043)
This commit is contained in:
@@ -1127,6 +1127,8 @@ public interface RSClient extends RSGameEngine, Client
|
||||
|
||||
void setModulus(BigInteger modulus);
|
||||
|
||||
BigInteger getModulus();
|
||||
|
||||
@Import("ItemDefinition_fileCount")
|
||||
int getItemCount();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user