Co-authored-by: r3cp3ct <45179536+r3cp3ct@users.noreply.github.com> Co-authored-by: sigonasr2 <sigonasr2@gmail.com>main
parent
cb04afe469
commit
ba41219add
@ -1,6 +1,9 @@ |
|||||||
package sig.engine.objects; |
package sig.engine.objects; |
||||||
|
|
||||||
|
import sig.engine.Transform; |
||||||
|
|
||||||
public interface GameEntity { |
public interface GameEntity { |
||||||
public void update(double updateMult); |
public void update(double updateMult); |
||||||
public void draw(byte[] p); |
public void draw(byte[] p); |
||||||
|
public Transform getSpriteTransform(); |
||||||
} |
} |
||||||
|
Loading…
Reference in new issue