HeBoSuoCAVE_51/Source/HeBoSuo_51/MyClass.h

16 lines
199 B
C
Raw Normal View History

2023-12-19 08:59:25 +08:00
// Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
/**
*
*/
class HEBOSUO_51_API MyClass
{
public:
MyClass();
~MyClass();
};