7 lines
205 B
Plaintext
7 lines
205 B
Plaintext
|
|
<UXML xmlns="UnityEngine.UIElements">
|
||
|
|
<VisualElement class="parent-container">
|
||
|
|
<Label name="turnoff-label" />
|
||
|
|
<Button name="turnoff-button" />
|
||
|
|
<Label name="progress-label" />
|
||
|
|
</VisualElement>
|
||
|
|
</UXML>
|