DRG-Femboy-Voice/Source/FSD/Public/CellIdFunctionLibrary.h
2025-04-15 12:39:31 -07:00

12 lines
280 B
C++
Executable file

#pragma once
#include "CoreMinimal.h"
#include "Kismet/BlueprintFunctionLibrary.h"
#include "CellIdFunctionLibrary.generated.h"
UCLASS(Blueprintable)
class UCellIdFunctionLibrary : public UBlueprintFunctionLibrary {
GENERATED_BODY()
public:
UCellIdFunctionLibrary();
};