This commit is contained in:
Zafix
2016-01-25 16:46:25 +01:00
parent c6708a9c21
commit a5771ebe5b

View File

@@ -1,4 +1,6 @@
/// <reference path="./riot-api-nodejs.d.ts"/>
let ClassicApi = new ClassicAPI([""], region_e.EUW);
let TournamentApi = new TournamentAPI("");
import * as Api from "riot-api-nodejs";
let ClassicApi = new Api.ClassicAPI([""], region_e.EUW);
let TournamentApi = new Api.TournamentAPI("");