private void OnDestroyed()
 {
     Controller.AddCoins(DestroyCost);
 }
示例#2
0
 private void OnDead()
 {
     Controller.AddCoins(CostInCoins);
 }