示例#1
0
		public EmbroideryTarget(Embroidery embroidery) : base( 1, false, TargetFlags.None )
		{
			m_Embroidery = embroidery;
		}
 public EmbroideryTarget(Embroidery embroidery)
     : base(1, false, TargetFlags.None)
 {
     m_Embroidery = embroidery;
 }
示例#3
0
			public RenamePrompt(Mobile from, BaseClothing clothing, Embroidery embroidery)
			{
				m_from   = from;
				m_clothing = clothing;
				m_embroidery = embroidery;
			}
 public RenamePrompt(Mobile from, BaseClothing clothing, Embroidery embroidery)
 {
     m_from       = from;
     m_clothing   = clothing;
     m_embroidery = embroidery;
 }