Flipper/Applications/Custom (UL, RM)/RogueMaster/Scripts/load_api.js

3 lines
49 B
JavaScript
Raw Normal View History

2024-02-28 05:53:59 +00:00
({
add: function (a, b) { return a + b; },
})