| 30 | } |
| 31 | |
| 32 | void RulesExt::LoadBeforeTypeData(RulesClass* pThis, CCINIClass* pINI) |
| 33 | { |
| 34 | DigitalDisplayTypeClass::LoadFromINIList(pINI); |
| 35 | RadTypeClass::LoadFromINIList(pINI); |
| 36 | ShieldTypeClass::LoadFromINIList(pINI); |
| 37 | LaserTrailTypeClass::LoadFromINIList(&CCINIClass::INI_Art); |
| 38 | AttachEffectTypeClass::LoadFromINIList(pINI); |
| 39 | |
| 40 | Data->LoadBeforeTypeData(pThis, pINI); |
| 41 | } |
| 42 | |
| 43 | void RulesExt::LoadAfterTypeData(RulesClass* pThis, CCINIClass* pINI) |
| 44 | { |
nothing calls this directly
no test coverage detected