mirror of
https://github.com/2006Scape-Scripts/ParaScript.git
synced 2026-07-03 00:38:36 +00:00
Add comments
This commit is contained in:
@@ -9,11 +9,15 @@ import java.util.List;
|
||||
|
||||
public class Variables {
|
||||
public static boolean running = false;
|
||||
|
||||
private static String currentStatus = "none";
|
||||
|
||||
// Login Panel
|
||||
private static String username = "";
|
||||
private static String password = "";
|
||||
// Settings Panel
|
||||
public static String skill_to_train = "Woodcutting";
|
||||
|
||||
// Used to walk places
|
||||
public static TilePath pathToWalk;
|
||||
|
||||
public static String getStatus() {
|
||||
|
||||
Reference in New Issue
Block a user