Changeset 3d64884 in lost-haven for gamegui/Listable.java
- Timestamp:
- Feb 23, 2021, 1:58:57 AM (4 years ago)
- Branches:
- master
- Children:
- 8e945fc
- Parents:
- 4d8825f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gamegui/Listable.java
r4d8825f r3d64884 5 5 public interface Listable { 6 6 7 void draw(int paramInt1, int paramInt2, Graphics paramGraphics);7 void draw(int x, int y, Graphics g); 8 8 int getHeight(); 9 9 int getWidth();
Note:
See TracChangeset
for help on using the changeset viewer.