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

15 lines
306 B
C++
Executable file

#pragma once
#include "CoreMinimal.h"
#include "UObject/Interface.h"
#include "CustomItemPlacementHandling.generated.h"
UINTERFACE()
class UCustomItemPlacementHandling : public UInterface {
GENERATED_BODY()
};
class ICustomItemPlacementHandling : public IInterface {
GENERATED_BODY()
public:
};