Server.Mobiles.PackLlama.CheckNonlocalLift C# (CSharp) Méthode

CheckNonlocalLift() public méthode

public CheckNonlocalLift ( Mobile from, Item item ) : bool
from Mobile
item Item
Résultat bool
		public override bool CheckNonlocalLift( Mobile from, Item item )
		{
			return PackAnimal.CheckAccess( this, from );
		}