Add Taximeter

This commit is contained in:
Siga
2020-03-01 17:39:54 +01:00
parent edf06f4478
commit fb527f8c57
21 changed files with 404 additions and 56 deletions

View File

@@ -188,4 +188,7 @@ import clotheShopList from './Interaction/clothes/ClotheShop';
clotheShopList(globalData);
import itemShopList from './Interaction/ItemShop';
itemShopList(globalData);
itemShopList(globalData);
import taximeterInput from './Gui/taximeter';
taximeterInput(globalData);