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

3 lines
94 B
JavaScript
Raw Normal View History

2024-02-28 05:53:59 +00:00
let math = load("/ext/apps/Scripts/load_api.js");
let result = math.add(5, 10);
print(result);