UNPKG

phaser3-rex-plugins-fix-chun

Version:
4 lines 165 B
var GetPropertyPath = function (parentPath, property) { return (parentPath === '') ? property : `${parentPath}.${property}`; } export default GetPropertyPath;