source: lost-haven/main/Attribute.java@ 8edd04e

Last change on this file since 8edd04e was 8edd04e, checked in by Dmitry Portnoy <dmitry.portnoy@…>, 4 years ago

Make the decompiled game code compile successfully

  • Property mode set to 100644
File size: 91 bytes
Line 
1package main;
2
3public enum Attribute {
4 Strength,
5 Dexterity,
6 Constitution,
7 Wisdom
8}
Note: See TracBrowser for help on using the repository browser.