コード例 #1
0
ファイル: SignInMgr.cs プロジェクト: wuhuolong/MaxBooks
    public bool IsSign(int DayInt)
    {
        int index  = DayInt / 8;
        int offset = DayInt % 8;

        return(XPlayerPrefs.GetSign(index, offset));
    }