Alert the user if nobody's around to hear a bwoink (#5147)

This commit is contained in:
20kdc
2021-11-11 09:47:45 +00:00
committed by GitHub
parent f4cd532fd8
commit dae33d14df
3 changed files with 26 additions and 6 deletions

View File

@@ -13,6 +13,9 @@ namespace Content.Shared.Administration
{
public abstract class SharedBwoinkSystem : EntitySystem
{
// System users
public static NetUserId SystemUserId { get; } = new NetUserId(Guid.Empty);
public override void Initialize()
{
base.Initialize();