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