Server.PartyCommands.OnSetCanLoot C# (CSharp) Method

OnSetCanLoot() public abstract method

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