source: lost-haven/main/AuxState.java

Last change on this file was 8edd04e, checked in by Dmitry Portnoy <dmitry.portnoy@…>, 4 years ago

Make the decompiled game code compile successfully

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