Server.PartyCommands.OnRemove C# (CSharp) Method

OnRemove() public abstract method

public abstract OnRemove ( Server.Mobile from, Server.Mobile target ) : void
from Server.Mobile
target Server.Mobile
return void
		public abstract void OnRemove( Mobile from, Mobile target );
		public abstract void OnPrivateMessage( Mobile from, Mobile target, string text );