@ -1,8 +1,8 @@
package pacmanGame;
public class Cell {
Vector2 pos;
String type;
public Vector2 pos;
public String type;
public Cell(Vector2 pos, String type) {
this.pos = pos;