mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-16 21:17:39 +03:00
9 lines
133 B
C#
9 lines
133 B
C#
using Content.Shared.MassMedia.Systems;
|
|
|
|
namespace Content.Client.MassMedia;
|
|
|
|
public sealed class NewsSystem : SharedNewsSystem
|
|
{
|
|
|
|
}
|