parent
6a8b99a575
commit
0ca67870d6
@ -1,4 +1,13 @@
|
||||
package com.trs.game.view;
|
||||
|
||||
import com.badlogic.gdx.math.Polygon;
|
||||
import com.badlogic.gdx.math.Rectangle;
|
||||
|
||||
public class View {
|
||||
Rectangle r;
|
||||
Polygon p;
|
||||
|
||||
View(){
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in new issue