| 7 | LogUIComponent::~LogUIComponent() {} |
| 8 | |
| 9 | void LogUIComponent::Update(ZEngine::Core::TimeStep dt) {} |
| 10 | |
| 11 | bool LogUIComponent::OnUIComponentRaised(ZEngine::Components::UI::Event::UIComponentEvent&) { |
| 12 | return false; |
nothing calls this directly
no outgoing calls
no test coverage detected