1
0

DeconvertedEui.cs 187 B

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