17 lines
304 B
C++
17 lines
304 B
C++
// Fill out your copyright notice in the Description page of Project Settings.
|
|
|
|
#pragma once
|
|
|
|
#include "CoreMinimal.h"
|
|
#include "Framework/Application/NavigationConfig.h"
|
|
|
|
/**
|
|
*
|
|
*/
|
|
class BOSSRUSHJAM2025_API FFallenNavigationConfig : public FNavigationConfig
|
|
{
|
|
public:
|
|
FFallenNavigationConfig();
|
|
|
|
};
|