Beispiel #1
0
 void ClearCollectibleList()
 {
     collectibleList = new List <Collectible>();
     collisionDetector.ClearCollectibleList();
 }