private void OnDrawGizmos() { if (bossPath != null) { bossPath.DrawGizmos(); } }
private void OnDrawGizmos() { if (leftPath != null) { leftPath.DrawGizmos(); } if (rightPath != null) { rightPath.DrawGizmos(); } }