@soonspacejs/plugin-effect 2.11.7 → 2.11.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -186,7 +186,7 @@ declare class EffectPlugin {
186
186
  createBuilds(options: BuildsOptions): PluginObject;
187
187
  removeEffect(id: PluginObjectInfo['id']): boolean;
188
188
  waterMeshs: Map<string | number, WaterMesh>;
189
- _waterUpdateHander: ISlot | null;
189
+ _waterUpdateHanders: ISlot[];
190
190
  createWater(options: CreateWaterOptions): PluginObject;
191
191
  removeWater(id: PluginObjectInfo['id']): boolean;
192
192
  }