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

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

public abstract OnRemove ( Server.Mobile from, Server.Mobile target ) : void
from Server.Mobile
target Server.Mobile
Результат void
		public abstract void OnRemove( Mobile from, Mobile target );
		public abstract void OnPrivateMessage( Mobile from, Mobile target, string text );