Changeset 0870468 in lost-haven for main/Job.java


Ignore:
Timestamp:
Jun 4, 2020, 6:22:36 PM (4 years ago)
Author:
Dmitry Portnoy <dmitry.portnoy@…>
Branches:
master
Children:
155577b
Parents:
a5b4186
git-author:
Dmitry Portnoy <dmitry.portnoy@…> (06/04/20 16:31:36)
git-committer:
Dmitry Portnoy <dmitry.portnoy@…> (06/04/20 18:22:36)
Message:

Move all global classes into the main package

File:
1 moved

Legend:

Unmodified
Added
Removed
  • main/Job.java

    ra5b4186 r0870468  
     1package main;
    12
    23public enum Job {
    3         None,
     4    None,
    45    Fighter,
    56    Ranger,
Note: See TracChangeset for help on using the changeset viewer.