export class PlayAnimation extends SakuraScriptToken {
    constructor(public animation: number, public bracket: boolean) {
      super();
    }