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

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

public abstract OnPublicMessage ( Server.Mobile from, string text ) : void
from Server.Mobile
text string
리턴 void
		public abstract void OnPublicMessage( Mobile from, string text );
		public abstract void OnSetCanLoot( Mobile from, bool canLoot );