mirror of
https://github.com/2006-Scape/Parabot-317-API-Minified.git
synced 2026-07-03 00:38:00 +00:00
Update ActionEvent.java
fixed typos, added in getIndex()
This commit is contained in:
@@ -24,7 +24,11 @@ public final class ActionEvent{
|
|||||||
}
|
}
|
||||||
|
|
||||||
public int getAction(){
|
public int getAction(){
|
||||||
return acrtion;
|
return action;
|
||||||
|
}
|
||||||
|
|
||||||
|
public int getIndex(){
|
||||||
|
return index;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user