No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CreatedOrganizationPanel.uxml 374B

1234567891011
  1. <UXML xmlns="UnityEngine.UIElements">
  2. <VisualElement class="flex-container main">
  3. <VisualElement class="form">
  4. <Label name="createdTitle" class="title" />
  5. <Label name="createdExplanation" />
  6. </VisualElement>
  7. </VisualElement>
  8. <VisualElement class="footer">
  9. <Button name="continue" />
  10. </VisualElement>
  11. </UXML>