upload
This commit is contained in:
parent
b5516bdf07
commit
04cfeee24f
@ -7,7 +7,6 @@ namespace SkinHide.Patches
|
|||||||
{
|
{
|
||||||
public class GamePlayerOwnerPatch : ModulePatch
|
public class GamePlayerOwnerPatch : ModulePatch
|
||||||
{
|
{
|
||||||
|
|
||||||
protected override MethodBase GetTargetMethod()
|
protected override MethodBase GetTargetMethod()
|
||||||
{
|
{
|
||||||
return typeof(GamePlayerOwner).GetMethod("method_6", PatchConstants.PrivateFlags);
|
return typeof(GamePlayerOwner).GetMethod("method_6", PatchConstants.PrivateFlags);
|
||||||
|
@ -8,7 +8,6 @@ namespace SkinHide.Patches
|
|||||||
{
|
{
|
||||||
public class PlayerModelViewPatch : ModulePatch
|
public class PlayerModelViewPatch : ModulePatch
|
||||||
{
|
{
|
||||||
|
|
||||||
protected override MethodBase GetTargetMethod()
|
protected override MethodBase GetTargetMethod()
|
||||||
{
|
{
|
||||||
return typeof(PlayerModelView).GetMethod("method_0", PatchConstants.PrivateFlags);
|
return typeof(PlayerModelView).GetMethod("method_0", PatchConstants.PrivateFlags);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user