export class WaitAnimationEnd extends SakuraScriptToken {
    constructor(public id: number) {
      super();
    }