Use Prepare instead DoConditionalPatch

This commit is contained in:
amevarashi 2023-03-24 20:56:21 +05:00
parent 8d49addd63
commit 9e0a461db3
2 changed files with 2 additions and 14 deletions

View file

@ -16,7 +16,6 @@ namespace RJWSexperience
{
var har = new Harmony("RJW_Sexperience");
har.PatchAll(Assembly.GetExecutingAssembly());
Pawn_GetGizmos.DoConditionalPatch(har);
InjectIntoRjwInteractionServices();
}