## GameEvents — Stub for headless/server compatibility. ## The forest-brawl GameEvents autoload was removed from project.godot, ## but some shared scripts (lan-bootstrapper.gd) reference it in class-body ## initializers. This stub provides the required singleton without ## pulling in the full forest-brawl game. extends Node signal on_event(event_name: String, data: Dictionary)