Server.PartyCommands.OnSetCanLoot C# (CSharp) Метод

OnSetCanLoot() публичный абстрактный Метод

public abstract OnSetCanLoot ( Server.Mobile from, bool canLoot ) : void
from Server.Mobile
canLoot bool
Результат void
		public abstract void OnSetCanLoot( Mobile from, bool canLoot );
		public abstract void OnAccept( Mobile from, Mobile leader );