Beispiel #1
0
 void Awake()
 {
     pc = PersistenceController.Instance;
     pc.startingAmmo = ammoAtStart;
     pc.StartLevel();
 }