@dcl/ecs 7.0.0-3516625640.commit-f059a45 → 7.0.0-3524388923.commit-eb91c8a

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
@@ -3006,7 +3006,6 @@ export declare interface PBPosition {
3006
3006
  }
3007
3007
 
3008
3008
  export declare interface PBRaycast {
3009
- timestamp: number;
3010
3009
  origin: PBVector3 | undefined;
3011
3010
  direction: PBVector3 | undefined;
3012
3011
  maxDistance: number;