Create EmitZoneObject.js

This commit is contained in:
Richard Davey 2022-12-30 18:58:27 +00:00
parent e737db215f
commit 9f34aa5e14

View file

@ -0,0 +1,4 @@
/**
* @typedef {Phaser.Types.GameObjects.Particles.ParticleEmitterEdgeZoneConfig|Phaser.Types.GameObjects.Particles.ParticleEmitterRandomZoneConfig|Phaser.GameObjects.Particles.Zones.EdgeZone|Phaser.GameObjects.Particles.Zones.RandomZone} Phaser.Types.GameObjects.Particles.EmitZoneObject
* @since 3.60.0
*/