Exemple #1
0
 private void AssertPatcherError(string errorText)
 {
     if (gamePatcher.HasFailed())
     {
         throw new PatchException(errorText);
     }
 }