add getModulus() to match setModulus used in the private server plugin. (#3043)

This commit is contained in:
OP
2021-09-27 12:15:41 -04:00
committed by weblue
parent f51d7aee6c
commit 9715e2f263
3 changed files with 11 additions and 0 deletions

View File

@@ -1127,6 +1127,8 @@ public interface RSClient extends RSGameEngine, Client
void setModulus(BigInteger modulus);
BigInteger getModulus();
@Import("ItemDefinition_fileCount")
int getItemCount();