|
Space Plunder
|
#include "Character/CustomPlayerController.h"#include "Character/CustomPlayerCharacter.h"#include "Components/ChatSystemComponent.h"#include "Components/ALSDebugComponent.h"#include "EnhancedInputComponent.h"#include "EnhancedInputSubsystems.h"#include "Interfaces/MenuSystem.h"#include "InputMappingContext.h"#include "Engine/LocalPlayer.h"#include "InputActionValue.h"#include "BPLib/BaseHelpersBPLib.h"#include "HUD/CustomHUD.h"#include "CommonInputSubsystem.h"#include "Components/AimAssistComponent.h"#include "Components/QuestPlayerComponent.h"#include "Data/PlayerProfileSaveGame.h"#include "GameplayTagsManager.h"#include "BPLib/CharacterBPLib.h"#include "GameFramework/CharacterMovementComponent.h"#include "Interfaces/MultiplayerGS.h"#include "Kismet/GameplayStatics.h"#include "PlayerState/CustomPlayerState.h"#include "GameFramework/GameStateBase.h"#include "Widgets/ButtonPromptWidget.h"