private void OnMouseDown() { if (myMarketSlot != null) { myMarketSlot.mouseDownFunc(); } }
void OnMouseDown() { if (myMarketSlot != null) { myMarketSlot.mouseDownFunc(); } if (mySlot != null) { gc.leftMouseSlotFunc(mySlot); } }