Example #1
0
 public void loadFile(string path, bool bind)
 {
     if (TMX_FORMAT.Match(path))
     {
         loadTMXFile(path, bind);
     }
 }