public string GetGridName(int r,int c, GridBase grid) { return "map_" + r + "_" + c+ "_" + (ushort)grid.GetMapType(); ; }