Compare commits

..

3 Commits
0.9.19 ... main

Author SHA1 Message Date
Mikhail
c2a367d904 up version 1.0.0 2026-04-21 15:22:49 +08:00
Mikhail
a3e95fc5b6 up version 0.9.20 2026-04-17 17:27:45 +08:00
Mikhail
ad2c774bf2 update meta 2026-04-15 14:37:56 +08:00
4 changed files with 8 additions and 4 deletions

View File

@ -54,7 +54,7 @@
Семантика версионирования - [Открыть](https://gist.github.com/DCFApixels/af79284955bf40e9476cdcac79d7b098#file-dcfapixels_versioning-md)
## Окружение
Обязательные требования:
+ Зависимость: [DragonECS](https://github.com/DCFApixels/DragonECS)
+ Зависимость: [DragonECS](https://github.com/DCFApixels/DragonECS) `[1.0.0]`;
+ Минимальная версия C# 7.3;
Поддерживает:

View File

@ -56,7 +56,7 @@ The extension is designed to reduce the amount of code by simplifying dependency
Versioning semantics - [Open](https://gist.github.com/DCFApixels/af79284955bf40e9476cdcac79d7b098#file-dcfapixels_versioning-md)
## Environment
Requirements:
+ Dependency: [DragonECS](https://github.com/DCFApixels/DragonECS)
+ Dependency: [DragonECS](https://github.com/DCFApixels/DragonECS) `[1.0.0]`;
+ Minimum version of C# 7.3;
Optional:

View File

@ -7,8 +7,8 @@
},
"displayName": "DragonECS-AutoInjections",
"description": "Auto Injections for DragonECS",
"unity": "2020.3",
"version": "0.9.19",
"unity": "2021.2",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/DCFApixels/DragonECS-AutoInjections.git"

View File

@ -2,11 +2,15 @@
#undef DEBUG
#endif
using DCFApixels.DragonECS.AutoInjections;
namespace DCFApixels.DragonECS
{
public static class AutoInjectSystemExtensions
{
[MetaColor(MetaColor.DragonCyan)]
[MetaTags(MetaTags.HIDDEN)]
[MetaGroup(EcsAutoInjectionsConsts.PACK_GROUP, EcsConsts.MODULES_GROUP)]
public class AutoInjectModule : IEcsModule
{
public bool isAgressiveInjection;