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 );