示例#1
0
 void Awake()
 {
     waypointManager = GetComponent <WaypointManager> ();
     mobSpawner      = GetComponent <MobSpawner> ();
 }