Esempio n. 1
0
    // Start is called before the first frame update
    void Start()
    {
        gachaNum       = 0;
        kagayakiSprite = new List <Sprite>();
        raritySet      = new List <string>();
        colorSet       = new List <Color>();

        behaviour = GameObject.FindGameObjectWithTag("Respawn").GetComponent <MessageScrollBehavior>();
    }