Exemplo n.º 1
0
 void Start()
 {
     PuzzletManager.RegisterReceiver(this);
     PuzzletConnection.StartScanning();
     musicSpeed  = 4;
     lowNotes    = true;
     mediumNotes = true;
     highNotes   = true;
 }
Exemplo n.º 2
0
 void OnMouseDown()
 {
     PuzzletConnection.StartScanning();
 }