Beispiel #1
0
 void LogKill(GameObject enemy)
 {
     combo.RegisterKill(Time.time, enemy);           // send a timestamp and the killed enemy to the combo counter script
 }