Some YAML cleanup (#840)

This commit is contained in:
Víctor Aguilera Puerto
2020-04-22 17:50:55 +02:00
committed by GitHub
parent b343f61268
commit 69ca8c2153
115 changed files with 512 additions and 597 deletions

View File

@@ -9,8 +9,8 @@ namespace Content.Client.GameObjects.Components
[RegisterComponent]
public class InteractionOutlineComponent : Component
{
private const string ShaderInRange = "selection_outline_inrange";
private const string ShaderOutOfRange = "selection_outline";
private const string ShaderInRange = "SelectionOutlineInrange";
private const string ShaderOutOfRange = "SelectionOutline";
public override string Name => "InteractionOutline";