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