source: lost-haven/main/TargetType.java@ a49176d

Last change on this file since a49176d 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: 75 bytes
Line 
1package main;
2
3public enum TargetType {
4 Creator,
5 Enemy,
6 Projectile
7}
Note: See TracBrowser for help on using the repository browser.