Exemplo n.º 1
0
 public bool Parse()
 {
     if (!CheckHeader())
     {
         return(false);
     }
     CodedInformation();
     if (!MapCheck())
     {
         return(false);
     }
     getTiles();
     r.Close();
     return(true);
 }