refactor cast action

This commit is contained in:
bridge
2026-01-06 23:06:28 +08:00
parent 5793c4d2b9
commit 649f66213e

View File

@@ -26,6 +26,8 @@ export interface EffectEntity extends EntityBase {
type?: string;
color?: string | number[]; // 某些实体自带颜色
drops?: EffectEntity[];
hq_name?: string;
hq_desc?: string;
}
export interface Item extends EffectEntity {