using System.Collections.Generic; namespace ChaosBot.Lodestone { public class FreeCompany { public List Crest; public string ID; public string Name; public string Server; } }