source: lost-haven/main/EffectType.java@ b2d7893

Last change on this file since b2d7893 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: 178 bytes
Line 
1package main;
2
3public enum EffectType {
4 AreaOfEffect,
5 AttackSpeed,
6 ChangeDamage,
7 Confuse,
8 Damage,
9 Disable,
10 ManaDrain,
11 MoveSpeed,
12 Penetrate,
13 ProjectileSpeed
14}
Note: See TracBrowser for help on using the repository browser.