Last active
December 6, 2017 21:00
-
-
Save Kryzarel/e8a4d465ba2b5622eb4fc2fafc520b78 to your computer and use it in GitHub Desktop.
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
namespace Kryz.CharacterStats | |
{ | |
[Serializable] | |
public class CharacterStat | |
{ | |
//... | |
} | |
} |
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
namespace Kryz.CharacterStats | |
{ | |
public enum StatModType | |
{ | |
//... | |
} | |
public class StatModifier | |
{ | |
//... | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment