public override void OnDoubleClick( Mobile from ) 
 { 
    ChestItemSpawnerGump g = new ChestItemSpawnerGump( this ); 
    from.SendGump( g ); 
 } 
示例#2
0
        public override void OnDoubleClick(Mobile from)
        {
            ChestItemSpawnerGump g = new ChestItemSpawnerGump(this);

            from.SendGump(g);
        }