Files
crystall-punk-14/Content.Server/Revolutionary/DeconvertedEui.cs

9 lines
187 B
C#
Raw Normal View History

using Content.Server.EUI;
namespace Content.Server.Revolutionary;
public sealed class DeconvertedEui : BaseEui
{
// serverside it does nothing since its just to inform the player
}