UNPKG

@real_one_chess_king/game-logic

Version:
6 lines 173 B
export var TurnType; (function (TurnType) { TurnType["Move"] = "move"; TurnType["Skill"] = "skill"; })(TurnType || (TurnType = {})); //# sourceMappingURL=turn.js.map