using Robust.Shared.Serialization;
namespace Content.Shared.Speech.EntitySystems;
public abstract class SharedMeleeSpeechSystem : EntitySystem
{
}