12 lines
		
	
	
		
			637 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			637 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| <ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 | |
|     <ui:Style src="Styles/FurnitureItem.uss" />
 | |
|     <ui:VisualElement class="furniture-item">
 | |
|         <ui:Label name="nameLabel" class="furniture-title" />
 | |
|         <ui:Label name="colorLabel" class="furniture-subtitle" />
 | |
|         <ui:Label name="lineLabel" class="furniture-subtitle" />
 | |
|         <ui:Label name="priceLabel" class="furniture-subtitle" />
 | |
|         <ui:Label name="stockLabel" class="furniture-subtitle" />
 | |
|         <ui:VisualElement name="attributesContainer" class="attributes-container" />
 | |
|     </ui:VisualElement>
 | |
| </ui:UXML>
 |