Skip to content

Instantly share code, notes, and snippets.

@Kryzarel
Last active December 6, 2017 21:00
Show Gist options
  • Save Kryzarel/e8a4d465ba2b5622eb4fc2fafc520b78 to your computer and use it in GitHub Desktop.
Save Kryzarel/e8a4d465ba2b5622eb4fc2fafc520b78 to your computer and use it in GitHub Desktop.
namespace Kryz.CharacterStats
{
[Serializable]
public class CharacterStat
{
//...
}
}
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