export class PlayAnimationWait extends SakuraScriptToken {
    constructor(public animation: number) {
      super();
    }