import { ComType } from "../lib/Const"; import { ECSComponent } from "../lib/ECSComponent"; @ECSComponent(ComType.ComBeAttacked) export class ComBeAttacked { }