export class PreciseWait extends SakuraScriptToken {
    constructor(public period: number) {
      super();
    }