Server.PartyCommands.OnDecline C# (CSharp) Method

OnDecline() public abstract method

public abstract OnDecline ( Server.Mobile from, Server.Mobile leader ) : void
from Server.Mobile
leader Server.Mobile
return void
		public abstract void OnDecline( Mobile from, Mobile leader );
	}