using System.Collections.Generic; namespace CMSGame { public class GameSave { public List Characters = new(); } }