mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-07 08:39:12 +00:00
v2.04
This commit is contained in:
@@ -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