Update to SPT 3.10.0 #38

Merged
chomp merged 10 commits from 3.10.0-DEV into master 2024-11-26 10:03:11 -05:00
Showing only changes of commit 2fb2f73cfb - Show all commits

View File

@ -17,7 +17,7 @@ class Mod implements IPostSptLoadMod
// call the function 'getTheWordFlub()' and assign the result to 'result' // call the function 'getTheWordFlub()' and assign the result to 'result'
const result = moreCode.getTheWordFlub(); const result = moreCode.getTheWordFlub();
// log the 'myProperty' property to the console // log the result of running getTheWordFlub() from the other class
logger.info(`Here is the value from my second class: ${result}`); logger.info(`Here is the value from my second class: ${result}`);
} }
} }