add drawable interface
This commit is contained in:
4
core/src/netwerkprog/game/client/Map.java
Normal file
4
core/src/netwerkprog/game/client/Map.java
Normal file
@@ -0,0 +1,4 @@
|
||||
package netwerkprog.game.client;
|
||||
|
||||
public class Map {
|
||||
}
|
||||
5
core/src/netwerkprog/game/util/Drawable.java
Normal file
5
core/src/netwerkprog/game/util/Drawable.java
Normal file
@@ -0,0 +1,5 @@
|
||||
package netwerkprog.game.util;
|
||||
|
||||
public interface Drawable extends Updatable {
|
||||
void render();
|
||||
}
|
||||
Reference in New Issue
Block a user