UNPKG

@petkoneo/phaser3-rex-plugins

Version:
6 lines (5 loc) 167 B
var PopReusedBob = function (typeName) { var bob = (this.poolManager) ? this.poolManager.allocate(typeName) : null; return bob; } export default PopReusedBob;