using System.Collections.Generic; namespace ACE.Adapter.GDLE.Models { public class LandblockValue { public List links { get; set; } public List weenies { get; set; } } }