runescape-client: Rename parent field in Widget

This commit is contained in:
Kyle Stevenson
2017-04-26 16:11:31 -07:00
parent 464fd4077a
commit 580fc0a213
2 changed files with 1 additions and 16 deletions

View File

@@ -29,9 +29,6 @@ import net.runelite.mapping.Import;
public interface Widget
{
@Import("parent")
Widget getParent();
@Import("dynamicValues")
int[][] getDynamicValues();