# Message Types This file tracks planned message type names for the Fallout 4 Together protocol. ## Core Messages ```text welcome transform disconnect ping pong ``` ## Planned Gameplay Messages ```text animation_state weapon_fire weapon_reload health_update chat_message cell_change actor_spawn actor_remove ``` ## Debug Messages ```text debug_log debug_marker debug_error ``` ## Naming Rules Message types should be: - Lowercase - Snake case - Short but clear - Stable once used in test builds