Removed TOTU 103
This commit is contained in:
		
							
								
								
									
										11
									
								
								Assets/Scripts/Item.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								Assets/Scripts/Item.cs
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,11 @@ | ||||
| using System.Collections; | ||||
| using System.Collections.Generic; | ||||
| using UnityEngine; | ||||
|  | ||||
| [CreateAssetMenu(fileName = "Item1", menuName = "AddItem/Item")] | ||||
| public class Item : ScriptableObject | ||||
| { | ||||
|     public float price; | ||||
|     public GameObject itemPrefab; | ||||
|     public Sprite itemImage; | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 Ignacio Gómez Puga
					Ignacio Gómez Puga