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