using System.Collections; using System.Collections.Generic; using UnityEngine; public class ModuleFunctionData { public List<ModuleInfo> modules; public List<StepContentInfo> stepContentInfos; }