Add FreeCompany response object
This commit is contained in:
parent
b2a62261ce
commit
5977159678
12
ChaosBot/Lodestone/FreeCompany.cs
Normal file
12
ChaosBot/Lodestone/FreeCompany.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace ChaosBot.Lodestone
|
||||
{
|
||||
public class FreeCompany
|
||||
{
|
||||
public List<string> Crest;
|
||||
public string ID;
|
||||
public string Name;
|
||||
public string Server;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user