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