Add local money

This commit is contained in:
Vortrex
2022-09-09 02:11:55 -05:00
parent 55c257b0a8
commit c6b6a4ad68
3 changed files with 39 additions and 36 deletions

View File

@@ -92,6 +92,9 @@ let serverData = {
jobs: [],
};
let localPlayerCash = 0;
let localPlayerMoney = 0;
let localPlayerMoneyInterval = null;
let currencyString = "${AMOUNT}";
// ===========================================================================