mirror of
https://github.com/Risensy/Steam.git
synced 2025-10-23 16:34:07 +00:00
Content
This commit is contained in:
15
Source/Steam/MyClass.h
Normal file
15
Source/Steam/MyClass.h
Normal file
@@ -0,0 +1,15 @@
|
||||
// Fill out your copyright notice in the Description page of Project Settings.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "CoreMinimal.h"
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
class STEAM_API MyClass
|
||||
{
|
||||
public:
|
||||
MyClass();
|
||||
~MyClass();
|
||||
};
|
Reference in New Issue
Block a user