Skip to content

Commit

Permalink
rsc: please read the commit message for my neverending descent into m…
Browse files Browse the repository at this point in the history
…adness

how do i stop making castles
every time i go to the beach i make a castle
every time i open blender i model castles
every time i play chess i castle
i just cant stop making castles dude
  • Loading branch information
ThatGamerBlue committed Feb 26, 2021
1 parent 62df7e0 commit 563587e
Show file tree
Hide file tree
Showing 346 changed files with 86,479 additions and 84,861 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
*/
package net.runelite.rs.api;

import net.runelite.mapping.Import;

public interface RSFillMode
{
@Import("rsOrdinal")
int getOrdinal();
}
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ public interface RSWidget extends Widget
void setOnVarTransmitListener(Object[] o);

@Import("fillMode")
RSWidgetFillMode getFillMode();
RSFillMode getFillMode();

void broadcastHidden(boolean hidden);
}

This file was deleted.

Loading

0 comments on commit 563587e

Please sign in to comment.