Hi, I’m working on Enemy Rush right now. In EnemyMover script, we are creating a list of type CLASS.:
List path = new List();
Waypoint being a class we created before (Waypoint.cs), and is still empty.
So why are we creating a list of type Waypoint. What does it means? I’m missing something here…