Dru89

Drawable.java

Feb 23rd, 2012
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.06 KB | None | 0 0
  1. public interface Drawable {
  2.     public void Draw();
  3. }
Advertisement
Add Comment
Please, Sign In to add comment