disable autobalance
This commit is contained in:
parent
8bc0696bd4
commit
ad86ef1537
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user