Skip to content

Instantly share code, notes, and snippets.

using UnityEngine;
using System.Collections;
public class LaserScript : Projectile {
public GameObject laserStart;
public GameObject laserMiddle;
public GameObject laserEnd;
public float maxLaserDistance;
private GameObject start;