mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-03 00:37:55 +00:00
v2.04
This commit is contained in:
@@ -43,3 +43,4 @@ parabotv2/src/META-INF/MANIFEST.MF
|
||||
*.idx4
|
||||
|
||||
*.idx3
|
||||
/bin
|
||||
|
||||
@@ -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