mirror of
https://github.com/DCFApixels/DragonECS-AutoInjections.git
synced 2025-09-17 12:24: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;
|
||||
|
||||
namespace DCFApixels.DragonECS
|
||||
@ -74,7 +75,9 @@ namespace DCFApixels.DragonECS
|
||||
}//TODO КОНЕЦ убрать дублирование кода - вынести в отедльный метод
|
||||
|
||||
if (!fieldInfo.TryGetCustomAttribute(out InjectAttribute injectAttribute))
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
if (injectAttribute is IncAttribute)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user