| 130 | } |
| 131 | |
| 132 | float StatCollection::setResourcePercentage(String const& resourceName, float resourcePercentage) { |
| 133 | return m_stats.setResourcePercentage(resourceName, resourcePercentage); |
| 134 | } |
| 135 | |
| 136 | float StatCollection::modifyResourcePercentage(String const& resourceName, float resourcePercentage) { |
| 137 | return m_stats.modifyResourcePercentage(resourceName, resourcePercentage); |
no outgoing calls
no test coverage detected