source:
advance-wars/src/com/example/advancewars/AppState.java@
5d9e7bb
Last change on this file since 5d9e7bb was 5d9e7bb, checked in by , 14 years ago | |
---|---|
|
|
File size: 106 bytes |
Line | |
---|---|
1 | package com.example.advancewars; |
2 | |
3 | public enum AppState { |
4 | LOSE, |
5 | PAUSE, |
6 | READY, |
7 | RUNNING, |
8 | WIN |
9 | } |
Note:
See TracBrowser
for help on using the repository browser.