Source: narigin.js

import KinBase from './kin_base'

/** A piece that moves 1 space orthogonally or 1 space forward diagonally */
class Narigin extends KinBase { }

export default Narigin