mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-01 19:13:03 +08:00
Update ReflectionInspector.cs
This commit is contained in:
@ -149,14 +149,7 @@ namespace UnityExplorer.Inspectors
|
||||
|
||||
if (mi != null)
|
||||
{
|
||||
try
|
||||
{
|
||||
AppendParams(mi.GetParameters());
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
ExplorerCore.Log(e);
|
||||
}
|
||||
AppendParams(mi.GetParameters());
|
||||
}
|
||||
else if (pi != null)
|
||||
{
|
||||
|
Reference in New Issue
Block a user