* Set max length of battlecry to 12 chars. Deleted a duplicate file. * Also cleanup some leftovers
8 lines
149 B
C#
8 lines
149 B
C#
using Robust.Shared.Serialization;
|
|
|
|
namespace Content.Shared.Speech.EntitySystems;
|
|
|
|
public abstract class SharedMeleeSpeechSystem : EntitySystem
|
|
{
|
|
}
|