chaosbot/ChaosBot/Lodestone/FreeCompany.cs

12 lines
227 B
C#

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