whitespace
This commit is contained in:
parent
54c4937b8a
commit
6abb79e3a9
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ package com.monjaro.gamejam;
|
|||
import com.badlogic.gdx.graphics.g2d.SpriteBatch;
|
||||
|
||||
public abstract class Actor {
|
||||
|
||||
public abstract void tick();
|
||||
|
||||
public abstract void render(SpriteBatch batch);
|
||||
|
|
Loading…
Add table
Reference in a new issue