fix: import correct field
This commit is contained in:
@@ -28,9 +28,9 @@ import net.runelite.mapping.Import;
|
|||||||
|
|
||||||
public interface RSScriptEvent
|
public interface RSScriptEvent
|
||||||
{
|
{
|
||||||
@Import("objs")
|
@Import("params")
|
||||||
Object[] getArguments();
|
Object[] getArguments();
|
||||||
|
|
||||||
@Import("objs")
|
@Import("params")
|
||||||
void setArguments(Object[] args);
|
void setArguments(Object[] args);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user