Built with from Grav and Hugo
Apply a new state to an entity.
const patch = { score: 110, lvl: 10, powerUpStatus: 'enabled', }; yield entityAPI.apply({patch});