Example #1
0
 private void TapTower(object cost, object id, object pos)
 {
     _view.OpenTapTowerPopUp((int)cost, (long)id, (Transform)pos);
 }