Server.Gumps.GumpLabel.Compile C# (CSharp) Метод

Compile() публичный Метод

public Compile ( ) : string
Результат string
		public override string Compile()
		{
			return String.Format( "{{ text {0} {1} {2} {3} }}", m_X, m_Y, m_Hue, Parent.Intern( m_Text ) );
		}