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