Added mouse sensitivity to C++ class

Added game instance C++ class (unused)
This commit is contained in:
Kukukakhew
2025-11-26 21:15:04 -05:00
parent faa7e1e436
commit 59bc1a9b22
6 changed files with 27 additions and 2 deletions

View File

@@ -0,0 +1,17 @@
// Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "Engine/GameInstance.h"
#include "DDIGameInstance.generated.h"
/**
*
*/
UCLASS()
class OPENCONFLICT_API UDDIGameInstance : public UGameInstance
{
GENERATED_BODY()
};