mirror of
				https://github.com/DerTyp7/defrain-shooter-unity.git
				synced 2025-10-29 20:52:10 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			199 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			199 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| using System.Collections.Generic;
 | |
| using Mirror;
 | |
| using UnityEngine;
 | |
| using UnityEngine.SceneManagement;
 | |
| 
 | |
| /* Our Custom Network Manager
 | |
|  * 
 | |
|  * 
 | |
|  */
 | |
| 
 | |
| public class NetManagerScript : NetworkManager
 | |
| {
 | |
|  
 | |
| }
 | 
