예제 #1
0
 /// <summary>
 /// Creates the patch.
 /// </summary>
 /// <param name="systemInfo">System info of the client.</param>
 /// <param name="manifest">GitHub manifest of the client.</param>
 public ModLoader(SystemInfo systemInfo, GitHubManifest manifest)
 {
     this.systemInfo      = systemInfo;
     this.manifest        = manifest;
     this.repositoryEntry = manifest.GetEntry("lcdr/raknet_shim_dll", Path.Combine(systemInfo.SystemFileLocation, "raknet_modloader"));
 }
 /// <summary>
 /// Creates the patch.
 /// </summary>
 /// <param name="systemInfo">System info of the client.</param>
 /// <param name="manifest">GitHub manifest of the client.</param>
 public AutoTcpUdp(SystemInfo systemInfo, GitHubManifest manifest)
 {
     this.systemInfo      = systemInfo;
     this.manifest        = manifest;
     this.repositoryEntry = manifest.GetEntry("lcdr/raknet_shim_dll", Path.Combine(systemInfo.SystemFileLocation, "autotcpudp"));
 }