Merge pull request #5534 from Nightfirecat/virtual-levels-plugin

Add Virtual Levels plugin
This commit is contained in:
Adam
2018-09-19 19:18:30 -04:00
committed by GitHub
9 changed files with 588 additions and 15 deletions

View File

@@ -118,15 +118,12 @@ public interface RSClient extends RSGameEngine, Client
int[] getSkillExperiences();
@Import("changedSkills")
@Override
int[] getChangedSkills();
@Import("changedSkillsCount")
@Override
int getChangedSkillsCount();
@Import("changedSkillsCount")
@Override
void setChangedSkillsCount(int i);
@Import("gameState")