Comment Visited parent in toCsv function
This commit is contained in:
parent
25ef41b330
commit
d492ff918b
|
@ -88,8 +88,8 @@ public static class Units
|
|||
}
|
||||
else
|
||||
{
|
||||
if (!visited.Add(parent))
|
||||
return;
|
||||
//if (!visited.Add(parent))
|
||||
// return;
|
||||
|
||||
foreach (var p in type.GetProperties(Instance | Public))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue