mirror of
https://github.com/sinai-dev/UnityExplorer.git
synced 2025-01-03 16:13:25 +08:00
Update TypeCompleter.cs
This commit is contained in:
parent
bdf08f014f
commit
d0bccae50c
@ -66,7 +66,7 @@ namespace UnityExplorer.UI.Widgets.AutoComplete
|
||||
else
|
||||
{
|
||||
allowedTypes = new();
|
||||
foreach (var entry in ReflectionUtility.AllTypes))
|
||||
foreach (var entry in ReflectionUtility.AllTypes)
|
||||
allowedTypes.Add(entry.Value);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user