UNPKG

maniajs

Version:

ManiaPlanet (Dedicated) Server Controller.

22 lines (16 loc) 399 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } /** * MessageBox Window */ /** * * @class Messagebox */ var _class = function _class() { _classCallCheck(this, _class); }; exports.default = _class;