parent
41da1e8641
commit
5593c667bd
@ -1,5 +1,9 @@
|
||||
package com.trs.game.model;
|
||||
|
||||
import com.badlogic.gdx.math.Rectangle;
|
||||
|
||||
public interface Wall {
|
||||
public Wall timerStep();
|
||||
public Rectangle getRect();
|
||||
public double getRotation();
|
||||
}
|
||||
|
||||
Loading…
Reference in new issue