BetterAnimalsTab.Widgets_PetFollow.CanFollow C# (CSharp) Method

CanFollow() public static method

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