每日签到

void Start () {
	lastDay = DateTime.Now.Day;
}
…
if (DateTime.Now.Day - lastDay == 1) {
    ++signinDays;
}


Published

22 August 2013