7 lines
160 B
C#
7 lines
160 B
C#
using Content.Shared.Administration.Systems;
|
|
|
|
namespace Content.Client.Administration.Systems;
|
|
|
|
public sealed class BufferingSystem : SharedBufferingSystem
|
|
{
|
|
}
|