Server.Gumps.GumpGroup.Compile C# (CSharp) Méthode

Compile() public méthode

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