This commit is contained in:
2026-02-22 20:27:09 -05:00
parent 7b326a112e
commit 92024c8a64
37 changed files with 6785 additions and 3344 deletions
+4
View File
@@ -162,4 +162,8 @@ class GoldFarm{
}
}
GoldFarm.getStatus = function(instance) {
return { active: true };
};
module.exports = GoldFarm;