mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-09-02 12:13:25 +00:00
13 lines
280 B
C++
13 lines
280 B
C++
#pragma once
|
|
#include "CoreMinimal.h"
|
|
#include "FortClientBotManager.h"
|
|
#include "FortClientBotManager_Smoke.generated.h"
|
|
|
|
UCLASS(Blueprintable)
|
|
class UFortClientBotManager_Smoke : public UFortClientBotManager {
|
|
GENERATED_BODY()
|
|
public:
|
|
UFortClientBotManager_Smoke();
|
|
};
|
|
|