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

3 lines
94 B
JavaScript

let math = load("/ext/apps/Scripts/load_api.js");
let result = math.add(5, 10);
print(result);