commit
5f9514bdf5
@ -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