Skip to content

Commit 62a8bcd

Browse files
Rename some things
1 parent 1d97adf commit 62a8bcd

8 files changed

+2
-2
lines changed

Editor/Inspector/MpfEventSoundInspector.cs renamed to Editor/Inspector/EventSoundInspector.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
namespace VisualPinball.Engine.Mpf.Unity.Editor
1919
{
2020
[CustomEditor(typeof(EventSound)), CanEditMultipleObjects]
21-
public class MpfEventSoundInspector : SoundComponentInspector
21+
public class EventSoundInspector : SoundComponentInspector
2222
{
2323
[SerializeField]
2424
private VisualTreeAsset mpfEventSoundInspectorXml;
File renamed without changes.
File renamed without changes.
File renamed without changes.

Editor/Inspector/MpfModeSoundInspector.cs renamed to Editor/Inspector/ModeSoundInspector.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
namespace VisualPinball.Engine.Mpf.Unity.Editor
1919
{
2020
[CustomEditor(typeof(ModeSound)), CanEditMultipleObjects]
21-
public class MpfModeSoundInspector : BinaryEventSoundInspector
21+
public class ModeSoundInspector : BinaryEventSoundInspector
2222
{
2323
[SerializeField]
2424
private VisualTreeAsset mpfModeSoundInspectorXml;
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)