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