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

15 lines
304 B
C++
Executable file

#pragma once
#include "CoreMinimal.h"
#include "SaveGameIDInterface.h"
#include "RefundableInterface.generated.h"
UINTERFACE()
class URefundableInterface : public USaveGameIDInterface {
GENERATED_BODY()
};
class IRefundableInterface : public ISaveGameIDInterface {
GENERATED_BODY()
public:
};