Changeset 0870468 in lost-haven for main/GameState.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/GameState.java

    ra5b4186 r0870468  
     1package main;
    12
    2 public enum GameState
    3 {
    4         Main,
     3public enum GameState {
     4    Main,
    55    CreateAccount,
    66    CreateClass,
Note: See TracChangeset for help on using the changeset viewer.