перенос файлов клиента из папки White в _White

This commit is contained in:
Remuchi
2024-01-28 17:32:55 +07:00
parent c80b10a688
commit 21dbccfec9
139 changed files with 345 additions and 434 deletions

View File

@@ -1,5 +1,4 @@
using Content.Shared.White.Cult.UI;
using Robust.Client.GameObjects;
namespace Content.Client._White.Cult.UI.TeleportRunesList;
@@ -16,7 +15,7 @@ public sealed class TeleportRunesListWindowBUI : BoundUserInterface
{
base.Open();
_window = new();
_window = new TeleportRunesListWindow();
_window.OpenCentered();
_window.OnClose += Close;