import { StoredCommand, CommandCategory } from '../../../types';

// eslint-disable-next-line import/no-webpack-loader-syntax
const code = require('!!raw-loader!./timeTravelDelay.wavtool').default.replace(/^\s*\/\/\/.*\n*/g, '');

export default {
  id: "timeTravelDelay",
  name: "Time-Travel Delay",
  author_id: 0,
author_name: "wavtool.com",
  category: CommandCategory.Effect,
  description: "A delay where the Delay Time value can be negative.",
  code
} as StoredCommand;
