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

FollowsHunter() 공개 정적인 메소드

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

Same methods

Widgets_PetFollow::FollowsHunter ( this animal, bool set ) : void