NewsSystem fixes (#23969)

This commit is contained in:
metalgearsloth
2024-01-12 19:04:55 +11:00
committed by GitHub
parent 0c045f815f
commit abc5094a16
4 changed files with 34 additions and 23 deletions

View File

@@ -0,0 +1,8 @@
using Content.Shared.MassMedia.Systems;
namespace Content.Client.MassMedia;
public sealed class NewsSystem : SharedNewsSystem
{
}