chore(release): 0.1.0
[risinglegends.git] / src / shared / stats.ts
1 export enum Stat {
2   strength = 'strength',
3   constitution = 'constitution',
4   dexterity = 'dexterity',
5   intelligence = 'intelligence'
6 };