bugfix
This commit is contained in:
parent
9806bbc67b
commit
9b22a5980a
@ -42,6 +42,7 @@ namespace refl
|
||||
meta.IsMultyMeta = isMulty;
|
||||
meta.HasMeta = false;
|
||||
meta.HasParent = cls.ParentName != "void";
|
||||
meta.MetaList.Clear();
|
||||
foreach (var pair in cls.Fields)
|
||||
{
|
||||
if (pair.Key.Equals("Meta"))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user