c29b9a43b3ce95ab2dfc0a9510808661e1100c2f
Extract the core update logic from `spawnEffect` into `createSpawnUpdate`. This allows manual updates of spawned objects without relying on Preact effects, which is useful for non-reactive or imperative update cycles. Refactor `Buff` and `BuffSpawner` in `sts-like-viewer` to use the new `createSpawnUpdate` API for more efficient buff rendering.
Description
No description provided
1,014 KiB
Languages
TypeScript
98.3%
JavaScript
0.8%
HTML
0.6%
CSS
0.3%