mirror of
https://github.com/kirikayakazuto/CocosCreator_ECS
synced 2025-01-01 06:28:38 +00:00
7 lines
165 B
TypeScript
7 lines
165 B
TypeScript
|
import { ComType } from "../lib/Const";
|
||
|
import { ECSComponent } from "../lib/ECSComponent";
|
||
|
|
||
|
@ECSComponent(ComType.ComBeAttacked)
|
||
|
export class ComBeAttacked {
|
||
|
|
||
|
}
|