using System.Collections; using System.Collections.Generic; using UnityEngine; [System.Serializable] public class StepContentInfo { public uint moduleID; public uint functionID; public List<ContentInfo> contentInfos; public bool isShowState; }