Update phaser.d.ts

Changed `activeContacts` to `contacts`
This commit is contained in:
Zeke Chan 2024-06-27 17:07:35 +08:00
parent 05a814dc1d
commit 8c5630f8bc

2
types/phaser.d.ts vendored
View file

@ -75729,7 +75729,7 @@ declare namespace Phaser {
/**
* An array containing all of the active contacts between bodies A and B.
*/
activeContacts: MatterJS.Vector[];
contacts: MatterJS.Vector[];
/**
* The amount of separation that occurred between bodies A and B.
*/