UNPKG

phaser4-rex-plugins

Version:
10 lines (8 loc) 188 B
var SetWrapConfig = function (config) { if (config === undefined) { config = {}; } this.wrapConfig = config; return this; } export default SetWrapConfig;