* Adds to the country's alien activity level. * @param activity how many points to add. */
| 132 | * @param activity how many points to add. |
| 133 | */ |
| 134 | void Country::addActivityAlien(int activity) |
| 135 | { |
| 136 | _activityAlien.back() += activity; |
| 137 | } |
| 138 | |
| 139 | /** |
| 140 | * Gets the country's xcom activity level. |
nothing calls this directly
no outgoing calls
no test coverage detected