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