This commit is contained in:
Milon
2025-02-13 07:41:42 +01:00
committed by GitHub
parent fea592e1d5
commit d442d90d60

View File

@@ -43,6 +43,7 @@ namespace Robust.Shared.GameObjects
/// Invoked when the UI is opened.
/// Do all creation and opening of things like windows in here.
/// </summary>
[MustCallBase]
protected internal virtual void Open()
{
if (IsOpened)