UNPKG

brawl-api-wrapper

Version:

An API wrapper for the well know supercell game called Brawl Stars

10 lines (9 loc) 215 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BattleLog = void 0; class BattleLog { constructor(data) { this.battles = data; } } exports.BattleLog = BattleLog;