Server.PartyCommands.OnPrivateMessage C# (CSharp) Method

OnPrivateMessage() public abstract method

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