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

CheckNonlocalDrop() public méthode

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