namespace Tiger.Game.Figuredata; public class Figuredata { public List Palettes { get; set; } = new(); public List SetTypes { get; set; } = new(); }