diff --git a/ChaosBot/Lodestone/FreeCompany.cs b/ChaosBot/Lodestone/FreeCompany.cs new file mode 100644 index 0000000..45826df --- /dev/null +++ b/ChaosBot/Lodestone/FreeCompany.cs @@ -0,0 +1,12 @@ +using System.Collections.Generic; + +namespace ChaosBot.Lodestone +{ + public class FreeCompany + { + public List Crest; + public string ID; + public string Name; + public string Server; + } +} \ No newline at end of file