Exemplo n.º 1
0
 public void monthUpdated(FlatCalendar.TimeObj time)
 {
     Debug.Log("Month has changed");
     time.print();
 }
Exemplo n.º 2
0
 public void backHome(FlatCalendar.TimeObj time)
 {
     Debug.Log("You have come back at home");
     time.print();
 }
Exemplo n.º 3
0
 public void dayUpdated(FlatCalendar.TimeObj time)
 {
     Debug.Log("Day has changed");
     time.print();
 }