style
This commit is contained in:
parent
f5d3431f71
commit
db8e7de58e
@ -68,10 +68,8 @@ namespace IcyClawz.ItemSellPrice
|
||||
|
||||
public class SecureContainerPatch : ModulePatch
|
||||
{
|
||||
protected override MethodBase GetTargetMethod()
|
||||
{
|
||||
return typeof(ItemContainerClass).GetConstructors()[0];
|
||||
}
|
||||
protected override MethodBase GetTargetMethod() =>
|
||||
typeof(ItemContainerClass).GetConstructors()[0];
|
||||
|
||||
[PatchPostfix]
|
||||
private static void PatchPostfix(ref ItemContainerClass __instance)
|
||||
|
Loading…
x
Reference in New Issue
Block a user