This commit is contained in:
kmyuhkyuk 2022-06-01 22:26:33 +08:00
parent b5516bdf07
commit 04cfeee24f
2 changed files with 0 additions and 2 deletions

View File

@ -7,7 +7,6 @@ namespace SkinHide.Patches
{
public class GamePlayerOwnerPatch : ModulePatch
{
protected override MethodBase GetTargetMethod()
{
return typeof(GamePlayerOwner).GetMethod("method_6", PatchConstants.PrivateFlags);

View File

@ -8,7 +8,6 @@ namespace SkinHide.Patches
{
public class PlayerModelViewPatch : ModulePatch
{
protected override MethodBase GetTargetMethod()
{
return typeof(PlayerModelView).GetMethod("method_0", PatchConstants.PrivateFlags);