Table of Contents
Class to be passed in to the Open methods of Screens
public class ModMenuData
Inheritance Il2CppSystem.Object ModMenuData
Creates a ModMenuData object with the given Id and data
public ModMenuData(string id, Object modData, Object baseData);
modData
Il2CppSystem.Object
baseData
Il2CppSystem.Object
The data that the base menu receives, if the Open code is still run
public Object baseData;
The id of the ModGameMenu this is for
public string id;
The data that the ModGameMenu receives
public Object modData;