示例#1
0
    void OnTriggerEnter(Collider other)
    {
        pIndicationControl = (CIndicationControl)other.GetComponent("CIndicationControl");
        pIndicationControl.anime = true;

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

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