void Start() { PuzzletManager.RegisterReceiver(this); PuzzletConnection.StartScanning(); musicSpeed = 4; lowNotes = true; mediumNotes = true; highNotes = true; }
void Start() { PuzzletManager.RegisterReceiver(this); }