mirror of
				https://github.com/DerTyp7/industrialize-unity.git
				synced 2025-11-03 22:49:00 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			176 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			176 B
		
	
	
	
		
			C#
		
	
	
	
	
	
using UnityEngine;
 | 
						|
 | 
						|
public class TestObjectPO : PlacedObject
 | 
						|
{
 | 
						|
    public override void OnPlace()
 | 
						|
    {
 | 
						|
        Debug.Log("Placed Object: " + placedObjectTypeSO.name);
 | 
						|
    }
 | 
						|
}
 |