private void OnMouseDown() { if (!buildmanager.canBuild) { return; } if (WBCTurret != null) { Debug.Log("Already a turret is present"); return; } buildmanager.BuildTurretOn(this); }