Skip to content

Commit 94b004d

Browse files
committed
Fixed broken dlls
1 parent 67dcafa commit 94b004d

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed
0 Bytes
Binary file not shown.
1 KB
Binary file not shown.

Assets/PatchKit Patcher/Scripts/AppData/Remote/WebRequestWraps/UnityHttpClient.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,5 +117,10 @@ private HttpStatusCode ReadStatusCode(WWWResult result)
117117

118118
return (HttpStatusCode) statusCode;
119119
}
120+
121+
public IHttpResponse Post(HttpPostRequest postRequest)
122+
{
123+
throw new NotImplementedException();
124+
}
120125
}
121126
}

0 commit comments

Comments
 (0)