C# Class LoveOfCooking.Core.HarmonyPatches.BushPatches

ファイルを表示 Open project: b-b-blueberry/CooksAssistant Class Usage Examples

Public Methods

Method Description
EffectiveSize_Prefix ( Bush __instance, int &__result ) : bool
InBloom_Prefix ( Bush __instance, bool &__result ) : bool
IsDestroyable_Prefix ( Bush __instance, bool &__result ) : bool
Patch ( Harmony harmony ) : void
Shake_Prefix ( Bush __instance, Vector2 tileLocation ) : bool

Method Details

EffectiveSize_Prefix() public static method

public static EffectiveSize_Prefix ( Bush __instance, int &__result ) : bool
__instance Bush
__result int
return bool

InBloom_Prefix() public static method

public static InBloom_Prefix ( Bush __instance, bool &__result ) : bool
__instance Bush
__result bool
return bool

IsDestroyable_Prefix() public static method

public static IsDestroyable_Prefix ( Bush __instance, bool &__result ) : bool
__instance Bush
__result bool
return bool

Patch() public static method

public static Patch ( Harmony harmony ) : void
harmony Harmony
return void

Shake_Prefix() public static method

public static Shake_Prefix ( Bush __instance, Vector2 tileLocation ) : bool
__instance Bush
tileLocation Vector2
return bool