private void OnMouseDown() { if (ShowHover() && tm.currTrap != null) { trap = tm.PlaceTrap(); rend.enabled = false; } }