void Start() { instance = this; StartCoroutine(InitializeGround()); }
private void Awake() { all = new List <WayPoint>(); instance = this; }