Flipper/Applications/Custom (UL, RM, XFW)/RogueMaster/Scripts/load_api.js
2024-02-28 00:53:59 -05:00

3 lines
49 B
JavaScript

({
add: function (a, b) { return a + b; },
})