Files
crystall-punk-14/Content.Shared/Speech/EntitySystems/SharedMeleeSpeechSystem.cs

8 lines
149 B
C#
Raw Permalink Normal View History

2023-05-23 11:12:30 -07:00
using Robust.Shared.Serialization;
namespace Content.Shared.Speech.EntitySystems;
2023-05-23 11:12:30 -07:00
public abstract class SharedMeleeSpeechSystem : EntitySystem
{
}