Rename newly added YAML files to respect naming guidelines (#845)
This commit is contained in:
committed by
GitHub
parent
51cc7f166b
commit
a4d2aa1ee1
@@ -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;
|
||||
Reference in New Issue
Block a user