| 41 | } |
| 42 | |
| 43 | void WeaponTypeExt::ExtData::Initialize() |
| 44 | { |
| 45 | this->RadType = RadTypeClass::FindOrAllocate(GameStrings::Radiation); |
| 46 | } |
| 47 | |
| 48 | int WeaponTypeExt::ExtData::GetBurstDelay(int burstIndex) const |
| 49 | { |
nothing calls this directly
no outgoing calls
no test coverage detected