예제 #1
0
    public void LoadInform()                    //저장목록 불러오기

    /*
     * for(int i=0; i<theDB.saveName.Length; i++){
     *  if(theDB.saveName[i]!=null)
     *      slots[i].name_text.text = theDB.saveName[i];
     * }
     * for(int i=0; i<theDB.saveTime.Length; i++){
     *  if(theDB.saveTime[i]!=null)
     *      slots[i].time_text.text = theDB.saveTime[i];
     * }*/
    {
        theSL.loadListInPlaying();
    }