Skip to content

Commit

Permalink
Merge pull request #14 from aroman/patch-1
Browse files Browse the repository at this point in the history
Events: Show "Raise" button for Event subclasses
  • Loading branch information
roboryantron committed Sep 21, 2020
2 parents 07cab97 + 790df71 commit 59186d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Assets/Code/Events/Editor/EventEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

namespace RoboRyanTron.Unite2017.Events
{
[CustomEditor(typeof(GameEvent))]
[CustomEditor(typeof(GameEvent), editorForChildClasses: true)]
public class EventEditor : Editor
{
public override void OnInspectorGUI()
Expand All @@ -24,4 +24,4 @@ public override void OnInspectorGUI()
e.Raise();
}
}
}
}

0 comments on commit 59186d6

Please sign in to comment.