Beispiel #1
0
 void OnMouseOver()
 {
     if (Input.GetMouseButtonDown(0))
     {
         dayMan.AdvanceTurn();
     }
 }