parent
befc5ed380
commit
67af4e97f1
@ -1,9 +1,9 @@
|
||||
package com.trs.game.model;
|
||||
|
||||
import com.badlogic.gdx.math.Rectangle;
|
||||
import com.badlogic.gdx.math.Polygon;
|
||||
|
||||
public interface Wall {
|
||||
public Wall timerStep();
|
||||
public Rectangle getRect();
|
||||
public Polygon getPolygon();
|
||||
public double getRotation();
|
||||
}
|
||||
|
||||
Loading…
Reference in new issue