UNPKG

@nebulaglitch/shopbot

Version:
6 lines (5 loc) 448 B
import { default as Command } from '../command'; declare class ValAxis extends Command { constructor(cxLocation?: number | null, yLocation?: number | null, zLocation?: number | null, aLocation?: number | null, bLocation?: number | null, tableBaseXLocation?: number | null, tableBaseYlocation?: number | null, tableBaseZLocation?: number | null, tableBaseALocation?: number | null, tableBaseBLocation?: number | null); } export default ValAxis;