Files
SCLUnrealEngine/Source/SCLTesting/EmptyClassForProject.cpp
2025-11-30 11:24:13 +01:00

13 lines
241 B
C++

// Fill out your copyright notice in the Description page of Project Settings.
//#include "SCLTesting.h"
#include "EmptyClassForProject.h"
EmptyClassForProject::EmptyClassForProject()
{
}
EmptyClassForProject::~EmptyClassForProject()
{
}