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

16 lines
211 B
C
Raw Normal View History

2023-10-10 01:21:04 +02:00
// 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();
};