Exemplo n.º 1
0
    void OnTriggerEnter(Collider other)
    {
        pIndicationControl = (CIndicationControl)other.GetComponent("CIndicationControl");
        pIndicationControl.anime = true;

        CGlobalStatic.CountCurrentPuzzle++;
        DestroyObject(this.gameObject);
    }
Exemplo n.º 2
0
    void OnTriggerEnter(Collider other)
    {
        pIndicationControl       = (CIndicationControl)other.GetComponent("CIndicationControl");
        pIndicationControl.anime = true;

        CGlobalStatic.CountCurrentPuzzle++;
        DestroyObject(this.gameObject);
    }