Merge pull request #268 from devinfrench/teamcapes

Add Team Capes plugin
This commit is contained in:
Adam
2017-12-19 08:02:45 -05:00
committed by GitHub
5 changed files with 253 additions and 0 deletions

View File

@@ -44,5 +44,6 @@ public interface RSPlayer extends RSActor, Player
int getTotalLevel();
@Import("team")
@Override
int getTeam();
}