public void Left() { if (activeDrop1.pos.x == 0 || activeDrop2.pos.x == 0) { return; } activeDrop1.Left(); activeDrop2.Left(); }