* Adds to the region's alien activity level. * @param activity Amount to add. */
| 85 | * @param activity Amount to add. |
| 86 | */ |
| 87 | void Region::addActivityAlien(int activity) |
| 88 | { |
| 89 | _activityAlien.back() += activity; |
| 90 | } |
| 91 | |
| 92 | /** |
| 93 | * Gets the region's xcom activity level. |
no outgoing calls
no test coverage detected