add friseur

This commit is contained in:
michael.reiswich
2021-01-25 14:17:57 +01:00
parent fe1916c60a
commit b8815f79e9
14 changed files with 608 additions and 4 deletions

View File

@@ -212,6 +212,9 @@ soundUtil();
import clotheShopList from './Interaction/clothes/ClotheShop';
clotheShopList(globalData);
import FriseurShopList from './Interaction/friseur/Friseur';
FriseurShopList(globalData);
import itemShopList from './Interaction/ItemShop';
itemShopList(globalData);