- <ui:UXML xmlns:ui="UnityEngine.UIElements" editor-extension-mode="False">
- <Style src="project://database/Assets/UI/ItemSelectionUI.uss?fileID=7433441132597879392&guid=12690c2c1a79f3b4ebb0d1ddb390ff55&type=3#ItemSelectionUI" />
- <ui:VisualElement name="ItemSelectionContainer">
- <ui:VisualElement name="ItemSelectionModal">
- <ui:Label name="TitleLabel" text="Select Item" />
- <ui:Label name="CharacterLabel" text="Character Name" />
- <ui:VisualElement name="ItemList" />
- <ui:VisualElement name="NoItemsContainer">
- <ui:Label text="No usable items available" />
- </ui:VisualElement>
- <ui:Button name="CancelButton" text="Cancel" />
- <ui:Button name="CloseButton" text="Close" />
- </ui:VisualElement>
- </ui:VisualElement>
- </ui:UXML>
|