Ejemplo n.º 1
0
 //Function called when the player clicks on the Cupcake Tower
 void OnMouseDown()
 {
     //Assign this tower as the active tower for trading operations
     TradeCupcakeTowers.setActiveTower(this);
 }