Skip to content

Instantly share code, notes, and snippets.

@Kryzarel
Created December 3, 2017 20:01
Show Gist options
  • Save Kryzarel/87d555ce2e67ca9cffc9c5cb9c649fab to your computer and use it in GitHub Desktop.
Save Kryzarel/87d555ce2e67ca9cffc9c5cb9c649fab to your computer and use it in GitHub Desktop.
public enum StatModType
{
Flat,
PercentAdd, // Add this new type.
PercentMult, // Change our old Percent type to this.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment