Skip to content
Snippets Groups Projects
Commit 67cf10cf authored by Jonathan Wendt's avatar Jonathan Wendt
Browse files

remove empty class

parent 717ae90d
Branches
Tags
No related merge requests found
// Fill out your copyright notice in the Description page of Project Settings.
#include "MyClass.h"
// Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "Components/WidgetInteractionComponent.h"
#include "MyClass.generated.h"
/**
*
*/
UCLASS()
class WIDGETINTERACTION_API UMyClass : public UWidgetInteractionComponent
{
GENERATED_BODY()
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment