final field

This commit is contained in:
2025-02-22 12:48:02 -05:00
parent 2c33ff5a2a
commit 56cea25e06
+1 -1
View File
@@ -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;