Skip to content

Commit

Permalink
Fixed order that installers are listed visually for everyone that doe…
Browse files Browse the repository at this point in the history
…sn't have odin inspector installed
  • Loading branch information
svermeulen committed Oct 20, 2018
1 parent b4c1bfb commit 7eed952
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ protected override string[] PropertyNames
{
return new string[]
{
"_scriptableObjectInstallers",
"_monoInstallers",
"_installerPrefabs",
"_scriptableObjectInstallers",
};
}
}
Expand All @@ -24,9 +24,9 @@ protected override string[] PropertyDisplayNames
{
return new string[]
{
"Scriptable Object Installers",
"Mono Installers",
"Prefab Installers",
"Scriptable Object Installers",
};
}
}
Expand All @@ -37,9 +37,9 @@ protected override string[] PropertyDescriptions
{
return new string[]
{
"Drag any assets in your Project that implement ScriptableObjectInstaller here",
"Drag any MonoInstallers that you have added to your Scene Hierarchy here.",
"Drag any prefabs that contain a MonoInstaller on them here",
"Drag any assets in your Project that implement ScriptableObjectInstaller here",
};
}
}
Expand Down

0 comments on commit 7eed952

Please sign in to comment.