/** @format */ import {ComType, EntityIndex} from '../lib/Const' import {ECSComponent} from '../lib/ECSComponent' @ECSComponent(ComType.ComLifeTime) export class ComLifeTime { public countDown: number // 生命倒计时 public dirty: boolean // }