project: move config button clicked event
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package net.runelite.api.events;
|
||||
|
||||
import lombok.Data;
|
||||
import net.runelite.api.events.Event;
|
||||
|
||||
@Data
|
||||
public class ConfigButtonClicked implements Event
|
||||
{
|
||||
private String group, key;
|
||||
}
|
||||
Reference in New Issue
Block a user