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

15 lines
298 B
C++
Executable file

#pragma once
#include "CoreMinimal.h"
#include "UObject/Interface.h"
#include "SaveGameIDInterface.generated.h"
UINTERFACE()
class FSD_API USaveGameIDInterface : public UInterface {
GENERATED_BODY()
};
class FSD_API ISaveGameIDInterface : public IInterface {
GENERATED_BODY()
public:
};