Lesson 55 working properly now

This commit is contained in:
Norman Lansing
2026-03-26 21:07:11 -04:00
parent 241b78fa4a
commit f093212884
28 changed files with 65618 additions and 529 deletions

View File

@@ -3,14 +3,14 @@
#pragma once
#include "CoreMinimal.h"
#include "GameFramework/GameMode.h"
#include "DedicatedServers/Public/Game/DS_GameMode.h"
#include "ShooterGameModeBase.generated.h"
/**
*
*/
UCLASS()
class FPSTEMPLATE_API AShooterGameModeBase : public AGameMode
class FPSTEMPLATE_API AShooterGameModeBase : public ADS_GameMode
{
GENERATED_BODY()
public: