public InternalGump3(Mobile from, SmallReward3 ticket) : base(50, 50) { Closable = true; Disposable = true; Dragable = true; Resizable = false; AddPage(0); AddBackground(6, 21, 385, 129, 9200); AddHtml(28, 45, 340, 70, @"This is a small BOD Reward Ticket, this will be replaced by a reward in the near future.", true, true); }
public InternalGump3( Mobile from, SmallReward3 ticket ) : base( 50, 50 ) { Closable=true; Disposable=true; Dragable=true; Resizable=false; AddPage(0); AddBackground(6, 21, 385, 129, 9200); AddHtml( 28, 45, 340, 70, @"This is a small BOD Reward Ticket, this will be replaced by a reward in the near future.",true,true); }