mirror of
				https://github.com/DerTyp7/fps-citybuild-unity.git
				synced 2025-10-31 21:27:06 +01:00 
			
		
		
		
	Added Basic ResourceManagement
This commit is contained in:
		| @@ -0,0 +1,13 @@ | ||||
| using System.Collections; | ||||
| using System.Collections.Generic; | ||||
| using UnityEngine; | ||||
|  | ||||
| public class WarehouseBuilding : StorageBuilding | ||||
| { | ||||
|  | ||||
|     private void Start() | ||||
|     { | ||||
|         inventorySpace = 500; | ||||
|     } | ||||
|  | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 DerTyp187
					DerTyp187