Flipper/Applications/Custom (UL, RM)/RogueMaster/Scripts/load_api.js
2024-08-06 22:51:02 -04:00

3 lines
49 B
JavaScript

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