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} );
        }