mirror of
				https://github.com/DerTyp7/grow-ai-unity.git
				synced 2025-10-30 12:57:09 +01:00 
			
		
		
		
	a
This commit is contained in:
		
							
								
								
									
										12
									
								
								Assets/Scripts/PlacedObjects/Way.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								Assets/Scripts/PlacedObjects/Way.cs
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,12 @@ | ||||
| using System.Collections; | ||||
| using System.Collections.Generic; | ||||
| using UnityEngine; | ||||
|  | ||||
| public class Way : PlacedObject | ||||
| { | ||||
|     public override void OnPlace() | ||||
|     { | ||||
|         Debug.Log("Placed Way"); | ||||
|     } | ||||
|  | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 j.mei7
					j.mei7