This commit is contained in:
michael.reiswich
2021-01-25 15:08:27 +01:00
parent 03066b778e
commit 45c9998a61

View File

@@ -209,10 +209,10 @@ weapondamageUtil();
import soundUtil from './util/sound'; import soundUtil from './util/sound';
soundUtil(); soundUtil();
import clotheShopList from './Interaction/Clothes/ClotheShop'; import clotheShopList from './Interaction/clothes/ClotheShop';
clotheShopList(globalData); clotheShopList(globalData);
import FriseurShopList from './Interaction/Friseur/Friseur'; import FriseurShopList from './Interaction/friseur/friseur';
FriseurShopList(globalData); FriseurShopList(globalData);
import itemShopList from './Interaction/ItemShop'; import itemShopList from './Interaction/ItemShop';