UNPKG

@real_one_chess_king/game-logic

Version:
9 lines 180 B
export class PostMovementRule { id; name; constructor(id, name) { this.id = id; this.name = name; } } //# sourceMappingURL=post-movement.rule.js.map