source: lost-haven/main/AuxState.java@ 155577b

Last change on this file since 155577b was 0870468, checked in by Dmitry Portnoy <dmitry.portnoy@…>, 5 years ago

Move all global classes into the main package

  • Property mode set to 100644
File size: 67 bytes
RevLine 
[0870468]1package main;
2
3public enum AuxState {
4 None,
5 MsgBox
6}
Note: See TracBrowser for help on using the repository browser.