remove population summ, improve total CC compute
This commit is contained in:
@@ -10,4 +10,12 @@ public enum POWER_STATE {
|
||||
public boolean isExploited(){
|
||||
return this == EXPLOITED || this == BLOCKED;
|
||||
}
|
||||
|
||||
public boolean isExpansion(){
|
||||
return this == EXPANSION;
|
||||
}
|
||||
|
||||
public boolean isContested(){
|
||||
return this == CONTESTED;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user