| 71 | } |
| 72 | |
| 73 | bool AFCConfigModule::Clear() |
| 74 | { |
| 75 | ARK_DELETE(m_pStaticEntityManager); |
| 76 | return true; |
| 77 | } |
| 78 | |
| 79 | bool AFCConfigModule::LoadConfig(std::shared_ptr<AFClassMeta> pClassMeta) |
| 80 | { |
nothing calls this directly
no outgoing calls
no test coverage detected