Initial sharing of project
This commit is contained in:
12
GameObject.java
Normal file
12
GameObject.java
Normal file
@@ -0,0 +1,12 @@
|
||||
import java.awt.*;
|
||||
/**
|
||||
* Beschreiben Sie hier die Klasse GameObject.
|
||||
*
|
||||
* @author (Ihr Name)
|
||||
* @version (eine Versionsnummer oder ein Datum)
|
||||
*/
|
||||
public abstract class GameObject
|
||||
{
|
||||
public abstract void render(Graphics2D g,int SpielobjektGröße);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user