C# 클래스 LoveOfCooking.Core.HarmonyPatches.BushPatches

파일 보기 프로젝트 열기: b-b-blueberry/CooksAssistant 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

EffectiveSize_Prefix() 공개 정적인 메소드

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

InBloom_Prefix() 공개 정적인 메소드

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

IsDestroyable_Prefix() 공개 정적인 메소드

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

Patch() 공개 정적인 메소드

public static Patch ( Harmony harmony ) : void
harmony Harmony
리턴 void

Shake_Prefix() 공개 정적인 메소드

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