mirror of
https://github.com/2006-Scape/Parabot-317-API-Minified.git
synced 2026-07-03 00:38:00 +00:00
Create ActionListener.java
Used for for Action listener (as the file name implies)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package org.rev317.min.api.event.listeners;
|
||||
|
||||
public interface ActionListener{
|
||||
|
||||
public void onGameAction(int id,int cmd1,int cmd2,int cmd3);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user