source: lost-haven/main/AttackType.java@ 3d64884

Last change on this file since 3d64884 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: 60 bytes
Line 
1package main;
2
3public enum AttackType {
4 Weapon,
5 Spell
6}
Note: See TracBrowser for help on using the repository browser.