From d3e77026ffd45acf2e40e275b08560beae1c0217 Mon Sep 17 00:00:00 2001 From: Mikhail <99481254+DCFApixels@users.noreply.github.com> Date: Wed, 15 Apr 2026 15:33:28 +0800 Subject: [PATCH] fixes --- src/DebugUtils/TypeMeta.cs | 4 +++- src/Utils/Uncheked/EntitiesMatrix.cs | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/DebugUtils/TypeMeta.cs b/src/DebugUtils/TypeMeta.cs index d5bbfee..7494a7d 100644 --- a/src/DebugUtils/TypeMeta.cs +++ b/src/DebugUtils/TypeMeta.cs @@ -127,6 +127,7 @@ namespace DCFApixels.DragonECS if (type.TryGetAttributeInherited(out var proxyAtr, out var declaringAtrType)) { +#if REFLECTION_DISABLED Type proxyType = proxyAtr.Type; if (proxyType.ContainsGenericParameters && proxyType.IsNested) { @@ -146,9 +147,10 @@ namespace DCFApixels.DragonECS _isSelfProxy = declaringAtrType == type; } } +#endif } } - #endregion +#endregion #region Type public Type Type diff --git a/src/Utils/Uncheked/EntitiesMatrix.cs b/src/Utils/Uncheked/EntitiesMatrix.cs index 75baf56..b65aafa 100644 --- a/src/Utils/Uncheked/EntitiesMatrix.cs +++ b/src/Utils/Uncheked/EntitiesMatrix.cs @@ -2,7 +2,7 @@ #undef DEBUG #endif -namespace DCFApixels.DragonECS.UncheckedCore +namespace DCFApixels.DragonECS.Core.Unchecked { public readonly struct EntitiesMatrix {