OpenAsar/src/GPUSettings.js

6 lines
166 B
JavaScript
Raw Normal View History

2021-12-09 16:25:14 +00:00
// Idk why Discord has to use this
exports.replace = (GPUSettings) => {
for (const name of Object.keys(GPUSettings)) {
exports[name] = GPUSettings[name];
}
};