Server.PartyCommands.OnPrivateMessage C# (CSharp) 메소드

OnPrivateMessage() 공개 추상적인 메소드

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