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
Line 
1package main;
2
3public enum Job {
4 None,
5 Fighter,
6 Ranger,
7 Barbarian,
8 Sorceror,
9 Druid,
10 Wizard
11}
Note: See TracBrowser for help on using the repository browser.