UNPKG

gamerocket

Version:

Gamerocket NodeJS Client Library

20 lines (14 loc) 343 B
(function() { var AttributeSetter; AttributeSetter = (function() { function AttributeSetter(attributes) { var key, value; for (key in attributes) { value = attributes[key]; this[key] = value; } } return AttributeSetter; })(); exports.AttributeSetter = AttributeSetter; }).call(this);