예제 #1
0
 void death()
 {
     tokenManager.Died(this.gameObject, transform.position);
     Destroy(this.gameObject);
 }