private void UpdateActions() { if (!PlayerEvents.HasEvent(PlayerEvents.InputEvents.Attack)) { return; } m_PlayerComponent.Attack(); }