mirror of
				https://github.com/DerTyp7/industrialize-unity.git
				synced 2025-10-31 05:17:10 +01:00 
			
		
		
		
	conveyorPO
This commit is contained in:
		
							
								
								
									
										17
									
								
								Assets/Scripts/Items/ItemManager.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								Assets/Scripts/Items/ItemManager.cs
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | ||||
| using UnityEngine; | ||||
|  | ||||
| public class ItemManager : MonoBehaviour | ||||
| { | ||||
|     public static ItemManager instance; | ||||
|  | ||||
|     private void Awake() | ||||
|     { | ||||
|         if (instance == null) | ||||
|         { | ||||
|             instance = this; | ||||
|         } | ||||
|     } | ||||
|  | ||||
|  | ||||
|  | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 Janis
					Janis