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

15 lines
289 B
C++
Executable file

#pragma once
#include "CoreMinimal.h"
#include "UObject/Interface.h"
#include "PlaySoundInterface.generated.h"
UINTERFACE(MinimalAPI)
class UPlaySoundInterface : public UInterface {
GENERATED_BODY()
};
class IPlaySoundInterface : public IInterface {
GENERATED_BODY()
public:
};