1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2025-05-10 12:01:32 +00:00

Improved milestone completion + docs

This commit is contained in:
Harley White 2021-06-02 16:45:05 -04:00
parent ef48c4fe48
commit b6bc8beb21
5 changed files with 9 additions and 4 deletions
js/technical

View file

@ -10,7 +10,7 @@ var activeFunctions = [
"sellOne", "sellAll", "pay", "actualCostFunction", "actualEffectFunction",
"effectDescription", "display", "fullDisplay", "effectDisplay", "rewardDisplay",
"tabFormat", "content",
"onComplete", "onPurchase", "onEnter", "onExit",
"onComplete", "onPurchase", "onEnter", "onExit", "done",
"getUnlocked", "getStyle", "getCanClick", "getTitle", "getDisplay"
]