void Unlock() { Debug.Log("Unlocking game"); locked = false; stateManager.Initialize(); dialogManager.Initialize(); movieSystem.Initialize(); guiSystem.Initialize(); aiSystem.Initialize(); combatSystem.Initialize(); musicSystem.Initialize(); }