Files
2015-10-27 16:07:25 +01:00

11 lines
211 B
TypeScript

/// <reference path="riot-games-api.d.ts" />
let champion: RiotGamesAPI.Champion.ChampionDto = {
active: true,
botEnabled: true,
botMmEnabled: false,
freeToPlay: false,
id: 42,
rankedPlayEnabled: false
}