9 lines
No EOL
249 B
C#
9 lines
No EOL
249 B
C#
namespace Geekbot.net.Commands.Integrations.LolMmr
|
|
{
|
|
public class LolMmrDto
|
|
{
|
|
public LolMrrInfoDto Ranked { get; set; }
|
|
public LolMrrInfoDto Normal { get; set; }
|
|
public LolMrrInfoDto ARAM { get; set; }
|
|
}
|
|
} |