Table of Contents
Component to track that a instance of a GameMenu's gameObject actually is the same ModGameMenu as was opened,
as direct comparison on the Unity Objects does not work reliably
public class ModGameMenuTracker
Inheritance UnityEngine.MonoBehaviour ModGameMenuTracker
The Id of the ModGameMenu that this is for
public string modGameMenuId;