Exemplo n.º 1
0
 public override void OnDoubleClick( Mobile from ) 
 { 
    ItemSpawnerGump g = new ItemSpawnerGump( this ); 
    from.SendGump( g ); 
 } 
Exemplo n.º 2
0
        public override void OnDoubleClick(Mobile from)
        {
            ItemSpawnerGump g = new ItemSpawnerGump(this);

            from.SendGump(g);
        }