Esempio n. 1
0
    public static CopyRightDisplayer GetCopyRights()
    {
        if (crd == null)
        {
            crd = new CopyRightDisplayer();
        }

        return(crd);
    }
Esempio n. 2
0
    void Update()
    {
        CopyRightDisplayer re = CopyRightDisplayer.GetCopyRights();

        GO.GetComponent <Text>().text = re.GetCopyRightInfo();
    }