mirror of
https://github.com/2006-Scape/Parabot-317-API-Minified.git
synced 2026-07-07 00:38:21 +00:00
Update ActionListener.java
Fixed another silly mistake on my part, really shouldn't have been doing these edits on github itself.
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
package org.rev317.min.api.events.listeners;
|
package org.rev317.min.api.events.listeners;
|
||||||
|
|
||||||
|
import org.rev317.min.api.events.ActionEvent;
|
||||||
|
|
||||||
public interface ActionListener{
|
public interface ActionListener{
|
||||||
|
|
||||||
public void onGameAction(int id,int cmd1,int cmd2,int cmd3);
|
public void onGameAction(ActionEvent event);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user