public void Learn() { var game = new MiniGame(); Game.mainTimer.Enabled = false; var score = game.Play(); brain.intellect += score; }