//! Message types for inter-layer communication in the actor-based architecture.
//!//! This module defines all messages that flow between the UI, App, and Network layers.
pubmodui_events;pubmodnetwork;pubmodrender;pubuseui_events::UiEvent;pubusenetwork::{NetworkCommand, NetworkResponse};pubuserender::RenderState;