source: advance-wars/src/com/medievaltech/advancewars/AppState.java@ bdd63ba

Last change on this file since bdd63ba 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: 111 bytes
Line 
1package com.medievaltech.advancewars;
2
3public enum AppState {
4 LOSE,
5 PAUSE,
6 READY,
7 RUNNING,
8 WIN
9}
Note: See TracBrowser for help on using the repository browser.