UNPKG

md5-fight-plus

Version:

9 lines (8 loc) 317 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PlayerType = void 0; var PlayerType; (function (PlayerType) { PlayerType[PlayerType["physical"] = 0] = "physical"; PlayerType[PlayerType["magical"] = 1] = "magical"; })(PlayerType || (exports.PlayerType = PlayerType = {}));