BetterAnimalsTab.Widgets_PetFollow.CanFollow C# (CSharp) 메소드

CanFollow() 공개 정적인 메소드

public static CanFollow ( this animal ) : bool
animal this
리턴 bool
        public static bool CanFollow( this Pawn animal )
        {
            return (bool) _thingIsFollowableMethodInfo.Invoke( null, new object[] {animal} );
        }