Updates and rework to use CScript

This commit is contained in:
2022-01-19 12:35:50 +01:00
parent 78786709eb
commit 7efda7494a
79 changed files with 1295 additions and 818 deletions

View File

@ -30,20 +30,27 @@ include(":autobones")
include(":autodropper")
include(":birdhouse")
include(":blackjack")
include(":bosshelper")
include(":consume")
include(":cooker")
include(":fighter")
include(":fisher")
include(":glassblower")
include(":herblore")
include(":masterthiever")
include(":miner")
include(":mtahelper")
include(":prayerflick")
include(":shopper")
include(":smelter")
include(":smither")
include(":superglassmake")
include(":tempoross")
include(":test")
include(":util")
include(":volcanicashminer")
include(":wintertodt")
include(":woodcutter")
//include(":woodcutter")
for (project in rootProject.children) {
project.apply {