source: advance-wars/src/com/medievaltech/advancewars/GameState.java@ abe7b3d

Last change on this file since abe7b3d was abe7b3d, checked in by dportnoy <devnull@…>, 14 years ago

Changed the package names from com.example.* to com.medievaltech.*

  • Property mode set to 100644
File size: 95 bytes
Line 
1package com.medievaltech.advancewars;
2
3public enum GameState {
4 MAIN_MENU,
5 BATTLE_MAP
6}
Note: See TracBrowser for help on using the repository browser.