void ChangeToMutation(string name) { MutationManager.SetMutationName(name); EventLogger.Log("ChangedScene|" + MutationManager.MutationName()); SceneManager.LoadScene("SplashScreen"); }