Files
tbd-station-14/Content.Shared/Speech/EntitySystems/SharedMeleeSpeechSystem.cs
HerCoyote23 d1a0f5f09e Set max length of battlecry to 12 chars. (#16958)
* Set max length of battlecry to 12 chars. Deleted a duplicate file.

* Also cleanup some leftovers
2023-05-30 12:57:53 -05:00

8 lines
149 B
C#

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