#pragma once namespace F4T::ProxyActorController { // Game-thread-only actor controller for runtime proxy slots and the single placed fallback. // Networking threads must only update plain remote-player state. void Update(); // Backward-compatible alias for the earlier local-player-offset safety test entry point. void UpdateSafetyTest(); }