Ejemplo n.º 1
0
    void Start()
    {
        specialObjectScript = GetComponent <SpecialPlayingObject>();
        itemId = GetInstanceID();
        int ind = Random.Range(0, 6);

        adjacentItems = new PlayingObject[4];
    }
Ejemplo n.º 2
0
    void Start()
    {
        specialObjectScript = GetComponent<SpecialPlayingObject>();
        itemId = GetInstanceID();
        int ind = Random.Range(0, 6);

        adjacentItems = new PlayingObject[4];
    }