Rename newly added YAML files to respect naming guidelines (#845)

This commit is contained in:
Víctor Aguilera Puerto
2020-04-24 15:01:30 +02:00
committed by GitHub
parent 51cc7f166b
commit a4d2aa1ee1
4 changed files with 1 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ using Robust.Shared.IoC;
namespace Content.Server.GameObjects.Components
{
[RegisterComponent]
public class Wrenchable : Component, IAttackBy
public class WrenchableComponent : Component, IAttackBy
{
public override string Name => "Wrenchable";
private AudioSystem _audioSystem;