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

CheckLift() public méthode

public CheckLift ( Mobile from, Item item, LRReason &reject ) : bool
from Mobile
item Item
reject LRReason
Résultat bool
		public override bool CheckLift( Mobile from, Item item, ref LRReason reject )
		{
			return CheckLoot( from, true ) && base.CheckLift( from, item, ref reject );
		}