source: lost-haven/main/Job.java@ 155577b

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

Move all global classes into the main package

  • Property mode set to 100644
File size: 132 bytes
RevLine 
[0870468]1package main;
[a5b4186]2
3public enum Job {
[0870468]4 None,
[a5b4186]5 Fighter,
6 Ranger,
7 Barbarian,
8 Sorceror,
9 Druid,
10 Wizard
[0870468]11}
Note: See TracBrowser for help on using the repository browser.