Skip to content

Commit c4e1663

Browse files
committed
fix: Removed unnecessary Assembly-CSharp inclusion in type dropdown
1 parent 920cbe1 commit c4e1663

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Editor/Util/NonGenericAttribute.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,10 @@
1010
/// </summary>
1111
internal class NonGenericAttribute : InheritsAttribute
1212
{
13-
private static readonly string[] _additionalAssemblies = { "Assembly-CSharp" };
14-
1513
public NonGenericAttribute(Type[] baseTypes)
1614
: base(baseTypes)
1715
{
1816
ExcludeNone = true;
19-
IncludeAdditionalAssemblies = _additionalAssemblies;
2017
ShortName = true;
2118

2219
// When type has inheritance constraints, there's usually only a few types available, so expanding all

0 commit comments

Comments
 (0)