mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-03 00:37:55 +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();
|
||||
|
||||
/**
|
||||
* Returns the name of the random
|
||||
*/
|
||||
public String getName();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user