Server.PartyCommands.OnSetCanLoot C# (CSharp) Méthode

OnSetCanLoot() public abstract méthode

public abstract OnSetCanLoot ( Server.Mobile from, bool canLoot ) : void
from Server.Mobile
canLoot bool
Résultat void
		public abstract void OnSetCanLoot( Mobile from, bool canLoot );
		public abstract void OnAccept( Mobile from, Mobile leader );