Created
December 1, 2018 06:32
-
-
Save insthync/34fea7fadcd521e7423f3921253c7138 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
minValue + Mathf.CeilToInt((maxValue - minValue) * Mathf.Pow((float)(currentLevel - 1) / (float)(maxLevel - 1), growth)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment