UNPKG

@mann-conomy/tf-particle-effects

Version:

A Node.js wrapper for Team Fortress 2's in-game particle effects.

10 lines 294 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class LocalizationError extends Error { constructor(message) { super(message); this.name = "LocalizationError"; } } exports.default = LocalizationError; //# sourceMappingURL=localization.js.map