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

FollowsDrafted() 공개 정적인 메소드

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

Same methods

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