chaosbot/ChaosBot/Lodestone/Character.cs

14 lines
307 B
C#

namespace ChaosBot.Lodestone
{
public class Character
{
public string Avatar;
public int FeastMatches;
public long ID;
public string? Lang;
public string Name;
public string? Rank;
public string? RankIcon;
public string Server;
}
}