Ejemplo n.º 1
0
        public BatchScopeGump( Mobile from, Batch batch )
            : base(30, 30)
        {
            m_From = from;
            m_Batch = batch;

            Render();
        }
Ejemplo n.º 2
0
        public static void Batch_OnCommand( CommandEventArgs e )
        {
            Batch batch = new Batch();

            e.Mobile.SendGump( new BatchGump( e.Mobile, batch ) );
        }
Ejemplo n.º 3
0
        public static void Batch_OnCommand(CommandEventArgs e)
        {
            Batch batch = new Batch();

            e.Mobile.SendGump(new BatchGump(e.Mobile, batch));
        }