This commit is contained in:
therealunull
2020-12-14 09:16:20 -05:00
parent 695e331d22
commit ce8c0cbb64
4 changed files with 763 additions and 0 deletions

View File

@@ -2081,9 +2081,15 @@ public interface Client extends GameShell
List<String> getOutdatedScripts();
//TODO: Implement
void queueChangedVarp(int varp);
//TODO: Implement
VarbitComposition getVarbit(Integer id);
//TODO: Implement
Widget getWidget(int param1);
//TODO: Implement
Widget getScriptActiveWidget();
}