{"version":3,"file":"movesetspeed.cjs","sources":["../../src/commands/movesetspeed.ts"],"sourcesContent":[" \n'use strict';\n\nimport Command from '../command';\n\nclass MoveSetSpeed extends Command {\n    constructor(xySpeed: number | null = null, zSpeed: number | null = null, aSpeed: number | null = null, bSpeed: number | null = null) {\n        super('MS')\n        this.args.push(xySpeed);\n        this.args.push(zSpeed);\n        this.args.push(aSpeed);\n        this.args.push(bSpeed);\n    }\n}\n\nexport default MoveSetSpeed;\n"],"names":["MoveSetSpeed","Command","constructor","xySpeed","zSpeed","aSpeed","bSpeed","args","push"],"mappings":";;;;;;AAKA,MAAMA,YAAqBC,SAAAA,eAAAA,CAAAA;IACvBC,WAAYC,CAAAA,OAAAA,GAAyB,IAAI,EAAEC,MAAwB,GAAA,IAAI,EAAEC,MAAAA,GAAwB,IAAI,EAAEC,MAAwB,GAAA,IAAI,CAAE;AACjI,QAAA,KAAK,CAAC,IAAA,CAAA;AACN,QAAA,IAAI,CAACC,IAAI,CAACC,IAAI,CAACL,OAAAA,CAAAA;AACf,QAAA,IAAI,CAACI,IAAI,CAACC,IAAI,CAACJ,MAAAA,CAAAA;AACf,QAAA,IAAI,CAACG,IAAI,CAACC,IAAI,CAACH,MAAAA,CAAAA;AACf,QAAA,IAAI,CAACE,IAAI,CAACC,IAAI,CAACF,MAAAA,CAAAA;AACnB;AACJ;;;;"}