Server.Items.MonsterStatuette.IsOwner C# (CSharp) Méthode

IsOwner() public méthode

public IsOwner ( Mobile mob ) : bool
mob Mobile
Résultat bool
		public bool IsOwner( Mobile mob )
		{
			BaseHouse house = BaseHouse.FindHouseAt( this );

			return ( house != null && house.IsOwner( mob ) );
		}