Server.Mobiles.BaseGuildmaster.SayPriceTo C# (CSharp) Méthode

SayPriceTo() public méthode

public SayPriceTo ( Mobile m ) : void
m Mobile
Résultat void
		public virtual void SayPriceTo( Mobile m )
		{
			m.Send( new MessageLocalizedAffix( Serial, Body, MessageType.Regular, SpeechHue, 3, 1008052, Name, AffixType.Append, JoinCost.ToString(), "" ) );
		}