UNPKG

phaser4-rex-plugins

Version:
11 lines (9 loc) 310 B
import { GetLockedCharacterItems } from './CharacterQueryMethods.js'; var Unlock = function () { var items = GetLockedCharacterItems(this.characterCollection); for (var i = 0, cnt = items.length; i < cnt; i++) { items[i].lock = false; } return this; } export default Unlock;