This repository has been archived on 2024-02-03. You can view files and clone it, but cannot push or open issues or pull requests.
StationObscurum_Unreal/Source/station_obscurum/TestClass.h
2023-10-09 19:21:04 -04:00

16 lines
211 B
C++

// Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
/**
*
*/
class STATION_OBSCURUM_API TestClass
{
public:
TestClass();
~TestClass();
};