using System.Collections.Generic; namespace api.Data { public class ProgressElement { public string Name; public List<string> Unlocks; } }