Making improper nouns lower case. (#1020)

Co-authored-by: Hugo Laloge <hugo.laloge@gmail.com>
This commit is contained in:
AJCM-git
2020-06-04 12:45:07 -04:00
committed by GitHub
parent 892d6b425d
commit a89e806a50
199 changed files with 1855 additions and 1855 deletions

View File

@@ -8,7 +8,7 @@ namespace Content.Shared.GameObjects.Components.Sound
{
public class SharedLoopingSoundComponent : Component
{
public override string Name => "Sound";
public override string Name => "LoopingSound";
public override uint? NetID => ContentNetIDs.SOUND;
/// <summary>