namespace Content.Shared.Administration.Systems;
public abstract class SharedBufferingSystem : EntitySystem
{
}