24 lines
		
	
	
		
			538 B
		
	
	
	
		
			Python
		
	
	
	
	
	
		
		
			
		
	
	
			24 lines
		
	
	
		
			538 B
		
	
	
	
		
			Python
		
	
	
	
	
	
|   | class Building: | ||
|  |     barn = "Barn" | ||
|  |     big_barn = "Big Barn" | ||
|  |     deluxe_barn = "Deluxe Barn" | ||
|  |     coop = "Coop" | ||
|  |     big_coop = "Big Coop" | ||
|  |     deluxe_coop = "Deluxe Coop" | ||
|  |     fish_pond = "Fish Pond" | ||
|  |     mill = "Mill" | ||
|  |     shed = "Shed" | ||
|  |     big_shed = "Big Shed" | ||
|  |     silo = "Silo" | ||
|  |     slime_hutch = "Slime Hutch" | ||
|  |     stable = "Stable" | ||
|  |     well = "Well" | ||
|  |     shipping_bin = "Shipping Bin" | ||
|  |     kitchen = "Kitchen" | ||
|  |     kids_room = "Kids Room" | ||
|  |     cellar = "Cellar" | ||
|  | 
 | ||
|  | 
 | ||
|  | class ModBuilding: | ||
|  |     tractor_garage = "Tractor Garage" |