Browse Source

final field

feature-config-usage
MagicBot 6 days ago
parent
commit
56cea25e06
  1. 2
      src/engine/mbEnums.java

2
src/engine/mbEnums.java

@ -1323,7 +1323,7 @@ public class mbEnums { @@ -1323,7 +1323,7 @@ public class mbEnums {
SpireBlock(mbEnums.ModBehaviorType.Flag),
PowerCostHealth(mbEnums.ModBehaviorType.Flag);
public ModBehaviorType behaviorType;
public final ModBehaviorType behaviorType;
ModType(ModBehaviorType behaviorType) {
this.behaviorType = behaviorType;

Loading…
Cancel
Save