CocosCreator_ECS/assets/Script/ECS/components/ComBeAttacked.ts

7 lines
165 B
TypeScript
Raw Normal View History

2022-03-21 09:27:37 +00:00
import { ComType } from "../lib/Const";
import { ECSComponent } from "../lib/ECSComponent";
@ECSComponent(ComType.ComBeAttacked)
export class ComBeAttacked {
}