Server.Items.TreasureMapChest.CheckItemUse C# (CSharp) Méthode

CheckItemUse() public méthode

public CheckItemUse ( Mobile from, Item item ) : bool
from Mobile
item Item
Résultat bool
		public override bool CheckItemUse( Mobile from, Item item )
		{
			return CheckLoot( from, item != this ) && base.CheckItemUse( from, item );
		}