mirror of
				https://github.com/Risensy/Steam.git
				synced 2025-10-28 10:54:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			194 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			194 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| // Fill out your copyright notice in the Description page of Project Settings.
 | |
| 
 | |
| #pragma once
 | |
| 
 | |
| #include "CoreMinimal.h"
 | |
| 
 | |
| /**
 | |
|  * 
 | |
|  */
 | |
| class STEAM_API MyClass
 | |
| {
 | |
| public:
 | |
| 	MyClass();
 | |
| 	~MyClass();
 | |
| };
 | 
