UNPKG

@real_one_chess_king/game-logic

Version:
9 lines 289 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TurnType = void 0; var TurnType; (function (TurnType) { TurnType["Move"] = "move"; TurnType["Skill"] = "skill"; })(TurnType || (exports.TurnType = TurnType = {})); //# sourceMappingURL=turn.js.map