mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-06 16:50:39 +00:00
Added name of the random to the interface
This commit is contained in:
@@ -18,4 +18,9 @@ public interface Random {
|
|||||||
*/
|
*/
|
||||||
public void execute();
|
public void execute();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns the name of the random
|
||||||
|
*/
|
||||||
|
public String getName();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user