public static void Initialize(string path = null) { gameDir = path; Mpq.Init(path); }
public static bool Initialize(string path = null) { gameDir = path; return(Mpq.Init(path)); }