16 lines
		
	
	
		
			206 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			16 lines
		
	
	
		
			206 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
								 | 
							
								using UnrealSharp.Engine.Core.Modules;
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								namespace %MODULENAME%;
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								public class F%MODULENAME% : IModuleInterface
							 | 
						||
| 
								 | 
							
								{
							 | 
						||
| 
								 | 
							
								    public void StartupModule()
							 | 
						||
| 
								 | 
							
								    {
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    }
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    public void ShutdownModule()
							 | 
						||
| 
								 | 
							
								    {
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    }
							 | 
						||
| 
								 | 
							
								}
							 |