Example #1
0
            public override bool OnChildSlotDoubleClick(ItemSlotPure child)
            {
                bool result = base.OnChildSlotDoubleClick(child);

                ++_onChildItemDoubleClickCalls;
                return(result);
            }
Example #2
0
 protected virtual void initComponents()
 {
     _requirementsTable = new ItemsTablePure();
     _resultSlot        = new ItemSlotPure();
 }