wpak package for wpak code

This commit is contained in:
2024-08-13 11:58:41 -04:00
parent 8c983eadff
commit 39844251b0
5 changed files with 4 additions and 12 deletions
+14
View File
@@ -0,0 +1,14 @@
package engine.wpak;
import engine.mbEnums;
public class EffectModifier {
public mbEnums.ModType type;
public float min;
public float max;
public float scale;
public mbEnums.CompoundCurveType compoundCurveType;
public String arg1; // ItemName "Masterwork" ""
public String arg2; // ItemName "" "of the Defender"
}