| 143 | } |
| 144 | |
| 145 | void EveShip2::RegisterComponents() |
| 146 | { |
| 147 | EveMobile::RegisterComponents(); |
| 148 | auto registry = this->GetComponentRegistry(); |
| 149 | if( registry && m_boosters ) |
| 150 | { |
| 151 | m_boosters->Register( registry ); |
| 152 | } |
| 153 | } |
| 154 | |
| 155 | void EveShip2::UnRegisterComponents() |
| 156 | { |
nothing calls this directly
no test coverage detected