Skip to content

Commit

Permalink
fixed wrong class name on classbind editor inspector
Browse files Browse the repository at this point in the history
fixed wrong class name on classbind editor inspector
  • Loading branch information
JasonXuDeveloper authored Oct 26, 2022
2 parents 172f161 + a16fcdf commit 8fc9c7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ void OnEnable()
{
_classBinds = new ReorderableList(serializedObject.FindProperty("scriptsToBind"))
{
elementNameProperty = "Class",
elementNameProperty = "className",
sortable = true,
multipleSelection = true,
};
Expand Down

0 comments on commit 8fc9c7d

Please sign in to comment.