Exemple #1
0
 void Die()
 {
     sysRef.SpawnEnemy();
     sysRef.AddScore();
     Destroy(this.gameObject);
 }