コード例 #1
0
 void OnDeath()    //Called by String Ref
 {
     SpawnDeathEffects();
     scoreBoard.AddToScore(pointValue);
     Destroy(gameObject);
 }