Mouse Accent Fix (#5876)

This commit is contained in:
Pancake
2021-12-23 05:30:33 -08:00
committed by GitHub
parent 7e8e0df009
commit e2bcf619d1
4 changed files with 11 additions and 43 deletions

View File

@@ -1,10 +0,0 @@
using Robust.Shared.GameObjects;
namespace Content.Server.Speech.Components
{
[RegisterComponent]
public class MouseAccentComponent : Component
{
public override string Name => "MouseAccent";
}
}