Server.Gumps.GumpGroup.Compile C# (CSharp) Method

Compile() public method

public Compile ( ) : string
return string
		public override string Compile()
		{
			return String.Format( "{{ group {0} }}", m_Group );
		}