2021-02-17 11:22:51 -03:00
|
|
|
<SS14Window Title="Ghost Roles"
|
2021-02-21 12:38:56 +01:00
|
|
|
xmlns="https://spacestation14.io" MinSize="350 275">
|
|
|
|
|
<CenterContainer Name="NoRolesMessage" VerticalExpand="True" HorizontalExpand="True">
|
2021-02-17 11:22:51 -03:00
|
|
|
<Label Text="There are currently no available ghost roles." />
|
|
|
|
|
</CenterContainer>
|
2021-02-21 12:38:56 +01:00
|
|
|
<ScrollContainer HorizontalExpand="True" VerticalExpand="True">
|
|
|
|
|
<VBoxContainer Name="EntryContainer" HorizontalExpand="True" VerticalExpand="True" />
|
2021-02-17 11:22:51 -03:00
|
|
|
</ScrollContainer>
|
2021-02-12 04:35:56 +01:00
|
|
|
|
2021-02-17 11:22:51 -03:00
|
|
|
</SS14Window>
|