mirror of
https://gitee.com/dgflash/oops-plugin-framework.git
synced 2026-05-17 11:45:41 +08:00
5 lines
115 B
TypeScript
5 lines
115 B
TypeScript
/** 特效管理模块事件 */
|
|
export enum EffectEvent {
|
|
/** 回收节点 */
|
|
Put = "EffectEvent_Put"
|
|
} |