SXD_v20/Source/SXD_2v/MyClass.h

16 lines
195 B
C
Raw Normal View History

2025-06-24 16:19:36 +08:00
// Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
/**
*
*/
class SXD_2V_API MyClass
{
public:
MyClass();
~MyClass();
};