Пример #1
0
//--> Display info UI if the ID need to be added to the inventory or the Diary
    private void displayNewInfoUI(int language, int ID)
    {
        if (currentTextList.r_Available(language, ID))
        {
            info.playAnimInfo(
                currentTextList.r_Title(language, ID),
                "Diary");
        }
    }