| 21 | Valueable<int> Gas_MaxDriftSpeed; |
| 22 | |
| 23 | ExtData(ParticleTypeClass* OwnerObject) : Extension<ParticleTypeClass>(OwnerObject) |
| 24 | , Gas_MaxDriftSpeed { 2 } |
| 25 | { } |
| 26 | |
| 27 | virtual ~ExtData() = default; |
| 28 |
nothing calls this directly
no outgoing calls
no test coverage detected