Where is the Phaser.GameObjects.Quad class in v3.50.0?

Hi, I just downloaded phaser v3.50.0 from here https://phaser.io/download/stable and after updating in my typescript project (which uses the Phaser.GameObjects.Quad class) it is not compiling because such Quad class no longer exists. I checked the phaser.d.ts and the phaser.js and Quad class does not exist anymore. Is there a new class that is replacing Quad? if it is, can you tell me what is it so I can update my project properly?

:wave:

The Quad Game Object has been removed from v3.50.0.

You can now create your own Quads easily using the new Geom.Mesh.GenerateGridVerts function, which is far more flexible than the old quads were.

https://github.com/photonstorm/phaser/blob/master/CHANGELOG-v3.50.md#quad-game-object-removed