10 lines
No EOL
275 B
C#
10 lines
No EOL
275 B
C#
namespace Geekbot.net.Lib.Highscores
|
|
{
|
|
public class HighscoreUserDto
|
|
{
|
|
public string Username { get; set; }
|
|
public string Avatar { get; set; }
|
|
public string Discriminator { get; set; }
|
|
public string Id { get; set; }
|
|
}
|
|
} |