fix
This commit is contained in:
@@ -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';
|
||||||
|
|||||||
Reference in New Issue
Block a user