public void Boomshakalaka(GameObject disk) { df.FreeDisk(disk); if (df.GetCount() == 0) { next_round = true; scoreRecorder.AddScore(round + 1); trial = 1; } }