source: java-rpg-client/AuxState.java@ 55522be

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

[svn r8]

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