Commit aa6701d
committed
feat(Common): Restore Effect module for ActionEffect system
Re-add the `Effect` module to the public API in Library.rs. This module defines the core `ActionEffect` trait and associated types that power Common's abstract effect system used across Mountain, Cocoon, and other elements.
The module was previously removed during a deprecation pass but is needed as the foundational abstraction for the editor's effect-based architecture.1 parent e80caf3 commit aa6701d
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
58 | 60 | | |
59 | 61 | | |
60 | 62 | | |
| |||
0 commit comments