source: java-rpg-client/AuxState.java@ 92d1b2a

Last change on this file since 92d1b2a was 55522be, checked in by dportnoy <dmp1488@…>, 17 years ago

[svn r8]

  • Property mode set to 100644
File size: 81 bytes
RevLine 
[55522be]1
2public enum AuxState
3{
4 None,
5 MsgBox,
6 Connecting,
7 Loading
8}
Note: See TracBrowser for help on using the repository browser.