Create DeathZoneObject.js

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

View file

@ -0,0 +1,4 @@
/**
* @typedef {Phaser.GameObjects.Particles.Zones.DeathZone|Phaser.Types.GameObjects.Particles.ParticleEmitterDeathZoneConfig|Phaser.Geom.Circle|Phaser.Geom.Ellipse|Phaser.Geom.Polygon|Phaser.Geom.Triangle} Phaser.Types.GameObjects.Particles.DeathZoneObject
* @since 3.60.0
*/