using System; using System.Collections.Generic; using UI; namespace CustomComponent { [Serializable] public sealed class StoryCombineConfig { public bool AutoStart = true; public List Slots = new List(); public List Parts = new List(); } }