static void Postfix(ControlsMenuActionEntry __instance) { __instance.gameObject.AddComponent <UpdateActionEntry>(); }
void Awake() { entry_ = GetComponent <ControlsMenuActionEntry>(); }