mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-18 22:18:52 +03:00
* add deconverted window * show deconverted window when deconverting + remove the role * webedit ops * antagonist -> revolutionary * evil * oh * eui ops --------- Co-authored-by: deltanedas <@deltanedas:kde.org> (cherry picked from commit a558b112a1c4d71ffcd1b1b266d31ff45bd76460)
9 lines
187 B
C#
9 lines
187 B
C#
using Content.Server.EUI;
|
|
|
|
namespace Content.Server.Revolutionary;
|
|
|
|
public sealed class DeconvertedEui : BaseEui
|
|
{
|
|
// serverside it does nothing since its just to inform the player
|
|
}
|