mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-04 08:39:23 +00:00
v2.04
This commit is contained in:
@@ -13,6 +13,6 @@ public class Configuration {
|
||||
public static final String GET_SERVER_PROVIDER = "http://sdn.parabot.org/providers/%s";
|
||||
public static final String GET_BOT_VERSION = "http://bot.parabot.org/version.txt";
|
||||
|
||||
public static final double BOT_VERSION = 2.03;
|
||||
public static final double BOT_VERSION = 2.04; // BETA
|
||||
|
||||
}
|
||||
|
||||
@@ -9,6 +9,9 @@ import java.awt.Graphics;
|
||||
*/
|
||||
public interface Paintable {
|
||||
|
||||
/**
|
||||
* @param g
|
||||
*/
|
||||
public void paint(Graphics g);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user