/** @format */ import {ComType, EntityIndex} from '../lib/Const' import {ECSComponent} from '../lib/ECSComponent' @ECSComponent(ComType.ComDizzy) export class ComDizzy { public countDown: number // 晕眩动画剩余时间 public dirty: boolean // 在晕眩中 }