public bool IsSign(int DayInt) { int index = DayInt / 8; int offset = DayInt % 8; return(XPlayerPrefs.GetSign(index, offset)); }