10 lines
300 B
Plaintext
10 lines
300 B
Plaintext
<UXML xmlns="UnityEngine.UIElements">
|
|
<VisualElement name="UpdateNotificationContainer" class="row">
|
|
<Image name="UpdateNotificationImage" />
|
|
<Label name="UpdateNotificationLabel" />
|
|
</VisualElement>
|
|
|
|
<Button name="UpdateButton" />
|
|
|
|
<Label name="BranchLabel" class="grow" />
|
|
</UXML> |