Exemplo n.º 1
0
 override public void Interact()
 {
     myRenderer.material = highLightColor;
     source.Play();
     if (mySimon)
     {
         mySimon.Guess(myNum, this);
     }
 }