| 747 | #endif |
| 748 | |
| 749 | EntitySystemHelpersBase::EntitySystemHelpersBase() |
| 750 | : staticDataIndices_{ resource::UndefinedStaticDataType }, |
| 751 | systemIndices_{ UndefinedSystem } |
| 752 | {} |
| 753 | |
| 754 | std::optional<ComponentTypeIndex> EntitySystemHelpersBase::GetComponentIndex(ExtComponentType type) const |
| 755 | { |
nothing calls this directly
no outgoing calls
no test coverage detected