* Add ghost role raffles * GRR: Fix dialogue sizing, fix merge * GRR: Add raffle deciders (winner picker) * GRR: Make settings prototype based with option to override * GRR: Use Raffles folder and namespace * GRR: DataFieldify and TimeSpanify * GRR: Don't actually DataFieldify HashSet<ICommonSession>s * GRR: add GetGhostRoleCount() + docs * update engine on branch * Ghost role raffles: docs, fix window size, cleanup, etc * GRR: Admin UI * GRR: Admin UI: Display initial/max/ext of selected raffle settings proto * GRR: Make a ton of roles raffled
17 lines
653 B
XML
17 lines
653 B
XML
<DefaultWindow xmlns="https://spacestation14.io"
|
|
Title="{Loc 'ghost-roles-window-title'}"
|
|
MinSize="490 400"
|
|
SetSize="490 500">
|
|
<Label Name="NoRolesMessage"
|
|
Text="{Loc 'ghost-roles-window-no-roles-available-label'}"
|
|
VerticalAlignment="Top" />
|
|
<ScrollContainer VerticalExpand="True"
|
|
HScrollEnabled="False">
|
|
<BoxContainer Orientation="Vertical"
|
|
Name="EntryContainer"
|
|
VerticalExpand="True">
|
|
<!-- Ghost role entries are added here by code -->
|
|
</BoxContainer>
|
|
</ScrollContainer>
|
|
</DefaultWindow>
|