@dcl/playground-assets 7.1.10 → 7.1.11-4949326703.commit-330e3c6

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/alpha.d.ts CHANGED
@@ -3292,11 +3292,6 @@ export declare class ObserverEventState {
3292
3292
  */
3293
3293
  export declare type OnChangeFunction = (entity: Entity, operation: CrdtMessageType, component?: ComponentDefinition<any>, componentValue?: any) => void;
3294
3294
 
3295
- export declare const onCommsMessage: Observable<{
3296
- sender: string;
3297
- message: string;
3298
- }>;
3299
-
3300
3295
  export declare const onEnterScene: Observable<{
3301
3296
  userId: string;
3302
3297
  }>;
package/dist/beta.d.ts CHANGED
@@ -3288,11 +3288,6 @@ export declare class ObserverEventState {
3288
3288
  */
3289
3289
  export declare type OnChangeFunction = (entity: Entity, operation: CrdtMessageType, component?: ComponentDefinition<any>, componentValue?: any) => void;
3290
3290
 
3291
- export declare const onCommsMessage: Observable<{
3292
- sender: string;
3293
- message: string;
3294
- }>;
3295
-
3296
3291
  export declare const onEnterScene: Observable<{
3297
3292
  userId: string;
3298
3293
  }>;
@@ -3288,11 +3288,6 @@ export declare class ObserverEventState {
3288
3288
  */
3289
3289
  export declare type OnChangeFunction = (entity: Entity, operation: CrdtMessageType, component?: ComponentDefinition<any>, componentValue?: any) => void;
3290
3290
 
3291
- export declare const onCommsMessage: Observable<{
3292
- sender: string;
3293
- message: string;
3294
- }>;
3295
-
3296
3291
  export declare const onEnterScene: Observable<{
3297
3292
  userId: string;
3298
3293
  }>;