| 225 | int GetMaxSize() { return m_max_size; } |
| 226 | int GetConfig() { return m_config; } |
| 227 | int GetCount() { return m_count; } |
| 228 | double GetResistance() { return m_resistance; } |
| 229 | double GetDamage() { return m_damage; } |
| 230 | bool GetGradient() { return isgradient; } |
no outgoing calls
no test coverage detected