mirror of
				https://github.com/DerTyp7/industrialize-unity.git
				synced 2025-10-31 13:27:09 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			159 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			159 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| using UnityEngine;
 | |
| 
 | |
| public class testItemObject : ItemObject
 | |
| {
 | |
|     public override void OnSpawn()
 | |
|     {
 | |
|         Debug.Log("testItemObject.OnSpawn()");
 | |
|     }
 | |
| }
 | 
