using System.Collections.Generic; namespace CC { [System.Serializable] public class CC_SaveData { public List SavedCharacters = new List(); } }