mirror of
				https://github.com/DerTyp7/fps-citybuild-unity.git
				synced 2025-10-31 21:27:06 +01:00 
			
		
		
		
	ResourceText
This commit is contained in:
		| @@ -5,13 +5,13 @@ using UnityEngine; | ||||
| public class ResourceManager: MonoBehaviour | ||||
| { | ||||
|     [SerializeField] private GameObject[] storageBuildings; | ||||
|  | ||||
|      | ||||
|     private void Start() | ||||
|     { | ||||
|         storageBuildings = GameObject.FindGameObjectsWithTag("StorageBuilding"); | ||||
|     } | ||||
|  | ||||
|     /* | ||||
|      | ||||
|     private void Update() | ||||
|     { | ||||
|         if (Input.GetKeyDown(KeyCode.K)) | ||||
| @@ -30,7 +30,7 @@ public class ResourceManager: MonoBehaviour | ||||
|         { | ||||
|             GetAllResources(); | ||||
|         } | ||||
|     }*/ | ||||
|     } | ||||
|  | ||||
|  | ||||
|     public List<Item> GetAllResources() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 DerTyp187
					DerTyp187