Exemplo n.º 1
0
 public static void Initialize(string path = null)
 {
     gameDir = path;
     Mpq.Init(path);
 }
Exemplo n.º 2
0
 public static bool Initialize(string path = null)
 {
     gameDir = path;
     return(Mpq.Init(path));
 }