Merge pull request #6625 from PresentCreativeLLC/DeathZoneObjDescription

Updated the description of DeathZoneObj
This commit is contained in:
Richard Davey 2023-11-08 15:36:21 +00:00 committed by GitHub
commit 36472d491d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +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
* @typedef {Phaser.GameObjects.Particles.Zones.DeathZone|Phaser.Types.GameObjects.Particles.ParticleEmitterDeathZoneConfig|Phaser.Types.GameObjects.Particles.DeathZoneSource} Phaser.Types.GameObjects.Particles.DeathZoneObject
* @since 3.60.0
*/