disable autobalance

This commit is contained in:
cyber-dream 2022-06-03 12:28:34 +03:00
parent 8bc0696bd4
commit ad86ef1537

View File

@ -31,7 +31,7 @@ void Start()
_curGameState = GameStates.Game; _curGameState = GameStates.Game;
_time = timeOnStart; _time = timeOnStart;
_characterCharacterClass = character.GetComponent<Character>(); _characterCharacterClass = character.GetComponent<Character>();
StartCoroutine(AutoBalance()); //StartCoroutine(AutoBalance());
characterNegativeXPToNewLVL = 2; characterNegativeXPToNewLVL = 2;
characterNegativeXPToNewLVLStatic = 2; characterNegativeXPToNewLVLStatic = 2;
} }