Remove 2D suffix from visualizers (#1453)
This commit is contained in:
@@ -4,7 +4,7 @@ using static Content.Shared.GameObjects.Components.SharedWiresComponent;
|
||||
|
||||
namespace Content.Client.GameObjects.Components.Wires
|
||||
{
|
||||
public class WiresVisualizer2D : AppearanceVisualizer
|
||||
public class WiresVisualizer : AppearanceVisualizer
|
||||
{
|
||||
public override void OnChangeData(AppearanceComponent component)
|
||||
{
|
||||
Reference in New Issue
Block a user