Created
December 3, 2017 21:33
-
-
Save Kryzarel/f2696fdeacdd0b3f993b7a9f53ed86ec to your computer and use it in GitHub Desktop.
Changed default "indexes" of all values
This file contains 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
public enum StatModType | |
{ | |
Flat = 100, | |
PercentAdd = 200, | |
PercentMult = 300, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment