Exemple #1
0
 protected override void OnEndLocalSelection()
 {
     //Now that we're done paying, have the ViewTarMana clean itself up
     ViewTarMana.Get().CleanUp();
 }
Exemple #2
0
 protected override void OnStartLocalSelection()
 {
     //Bring out the ViewTarMana and initialize it to be requesting payment for this cost
     ViewTarMana.Get().StartPayment(this);
 }