Naming conventions set

This commit is contained in:
2024-08-22 16:34:05 -04:00
parent f4fc7fc75b
commit 3842cce1ab
6 changed files with 35 additions and 35 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ import java.util.HashMap;
public class Power {
public String power_id;
public String power;
public ArrayList<PowerData> powers = new ArrayList<>();
public ArrayList<PowerEntry> powers = new ArrayList<>();
public mbEnums.PowerTargetType target_type;
public int range;
public mbEnums.AreaType areaType;