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)
|
if (mi != null)
|
||||||
{
|
{
|
||||||
try
|
AppendParams(mi.GetParameters());
|
||||||
{
|
|
||||||
AppendParams(mi.GetParameters());
|
|
||||||
}
|
|
||||||
catch (Exception e)
|
|
||||||
{
|
|
||||||
ExplorerCore.Log(e);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
else if (pi != null)
|
else if (pi != null)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user