Server.PartyCommands.OnPrivateMessage C# (CSharp) Méthode

OnPrivateMessage() public abstract méthode

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