12 lines
785 B
XML
12 lines
785 B
XML
<controls:StaffHelpWindow
|
|
xmlns="https://spacestation14.io"
|
|
xmlns:controls="clr-namespace:Content.Client._RMC14.Mentor"
|
|
Title="Admin Help and Curator Chat"> <!--DeltaV - Rename to Curator Chat-->
|
|
<BoxContainer Orientation="Vertical">
|
|
<RichTextLabel Text="For reporting issues with another player to an admin" />
|
|
<Button Name="AdminHelpButton" Access="Public" Text="Admin Help" StyleClasses="OpenBoth" />
|
|
<RichTextLabel Text="For contacting curators for game help and running special events." Margin="0 20 0 0" /> <!--DeltaV - Rename to Curator Chat-->
|
|
<Button Name="MentorHelpButton" Access="Public" Text="Curator Chat" StyleClasses="OpenBoth" /> <!--DeltaV - Rename to Curator Chat-->
|
|
</BoxContainer>
|
|
</controls:StaffHelpWindow>
|