source:
lost-haven/main/Attribute.java@
8e945fc
Last change on this file since 8e945fc was 8edd04e, checked in by , 5 years ago | |
---|---|
|
|
File size: 91 bytes |
Rev | Line | |
---|---|---|
[8edd04e] | 1 | package main; |
2 | ||
3 | public enum Attribute { | |
4 | Strength, | |
5 | Dexterity, | |
6 | Constitution, | |
7 | Wisdom | |
8 | } |
Note:
See TracBrowser
for help on using the repository browser.