Ejemplo n.º 1
0
 private void OnDrawGizmos()
 {
     if (bossPath != null)
     {
         bossPath.DrawGizmos();
     }
 }
    private void OnDrawGizmos()
    {
        if (leftPath != null)
        {
            leftPath.DrawGizmos();
        }

        if (rightPath != null)
        {
            rightPath.DrawGizmos();
        }
    }