chaosbot/ChaosBot/Lodestone/Character.cs

14 lines
300 B
C#

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