public Queue(int x,int y,int t, Map map) { X = x; Y = y; OriginalValue = t; currentMap = map; }
public Queue(Map map) { currentMap = map; }