14 lines
513 B
Plaintext
14 lines
513 B
Plaintext
|
|
<windows:CP14KnowledgeWindow
|
||
|
|
xmlns="https://spacestation14.io"
|
||
|
|
xmlns:cc="clr-namespace:Content.Client.UserInterface.Controls"
|
||
|
|
xmlns:windows="clr-namespace:Content.Client._CP14.UserInterface.Systems.Knowledge.Windows"
|
||
|
|
Title="{Loc 'cp14-knowledge-info-title'}"
|
||
|
|
MinWidth="400"
|
||
|
|
MinHeight="200">
|
||
|
|
<ScrollContainer>
|
||
|
|
<BoxContainer Name="KnowledgeContent" Margin="5" Access="Public" Orientation="Vertical">
|
||
|
|
|
||
|
|
</BoxContainer>
|
||
|
|
</ScrollContainer>
|
||
|
|
</windows:CP14KnowledgeWindow>
|