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