Co-authored-by: r3cp3ct <45179536+r3cp3ct@users.noreply.github.com> Co-authored-by: sigonasr2 <sigonasr2@gmail.com>main
parent
2cc1292946
commit
fb8ee6c991
@ -0,0 +1,8 @@ |
|||||||
|
package sig.engine.objects; |
||||||
|
|
||||||
|
import sig.engine.Rectangle; |
||||||
|
|
||||||
|
public interface CollisionEntity { |
||||||
|
Rectangle getCollisionBounds(); |
||||||
|
void setCollisionBounds(Rectangle bounds); |
||||||
|
} |
@ -1,4 +1,4 @@ |
|||||||
package sig.engine; |
package sig.engine.objects; |
||||||
|
|
||||||
public interface GameEntity { |
public interface GameEntity { |
||||||
public void update(double updateMult); |
public void update(double updateMult); |
Loading…
Reference in new issue