mirror of
https://github.com/DCFApixels/DragonECS-AutoInjections.git
synced 2025-09-17 20:34:34 +08:00
update
This commit is contained in:
parent
983dd41ba1
commit
88e650e0c7
@ -1,4 +1,5 @@
|
|||||||
using System;
|
using DCFApixels.DragonECS.AutoInjections.Internal;
|
||||||
|
using System;
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
|
|
||||||
namespace DCFApixels.DragonECS
|
namespace DCFApixels.DragonECS
|
||||||
@ -74,7 +75,9 @@ namespace DCFApixels.DragonECS
|
|||||||
}//TODO КОНЕЦ убрать дублирование кода - вынести в отедльный метод
|
}//TODO КОНЕЦ убрать дублирование кода - вынести в отедльный метод
|
||||||
|
|
||||||
if (!fieldInfo.TryGetCustomAttribute(out InjectAttribute injectAttribute))
|
if (!fieldInfo.TryGetCustomAttribute(out InjectAttribute injectAttribute))
|
||||||
|
{
|
||||||
continue;
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
if (injectAttribute is IncAttribute)
|
if (injectAttribute is IncAttribute)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user