Files
OldThink/Content.Shared/Chat/SharedChatSystem.cs

4 lines
89 B
C#
Raw Normal View History

2022-05-08 18:54:56 +10:00
namespace Content.Shared.Chat;
public abstract class SharedChatSystem : EntitySystem {}