source: lost-haven/main/Action.java@ 8e945fc

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

Make the decompiled game code compile successfully

  • Property mode set to 100644
File size: 82 bytes
RevLine 
[8edd04e]1package main;
2
3public enum Action {
4 Walking,
5 Standing,
6 Attacking,
7 Dying
8}
Note: See TracBrowser for help on using the repository browser.