Delta-v/Content.Server/_DV/Psionics/EruptionWarningEui.cs

9 lines
211 B
C#

using Content.Server.EUI;
namespace Content.Server._DV.Psionics;
/// <summary>
/// Does nothing on the server as this popup has no interactions
/// </summary>
public sealed class EruptionWarningEui : BaseEui;