mirror of
https://github.com/DCFApixels/DragonECS-AutoInjections.git
synced 2026-04-21 23:15:54 +08:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c2a367d904 | ||
|
|
a3e95fc5b6 | ||
|
|
ad2c774bf2 |
@ -54,7 +54,7 @@
|
|||||||
Семантика версионирования - [Открыть](https://gist.github.com/DCFApixels/af79284955bf40e9476cdcac79d7b098#file-dcfapixels_versioning-md)
|
Семантика версионирования - [Открыть](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;
|
+ Минимальная версия C# 7.3;
|
||||||
|
|
||||||
Поддерживает:
|
Поддерживает:
|
||||||
|
|||||||
@ -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)
|
Versioning semantics - [Open](https://gist.github.com/DCFApixels/af79284955bf40e9476cdcac79d7b098#file-dcfapixels_versioning-md)
|
||||||
## Environment
|
## Environment
|
||||||
Requirements:
|
Requirements:
|
||||||
+ Dependency: [DragonECS](https://github.com/DCFApixels/DragonECS)
|
+ Dependency: [DragonECS](https://github.com/DCFApixels/DragonECS) `[1.0.0]`;
|
||||||
+ Minimum version of C# 7.3;
|
+ Minimum version of C# 7.3;
|
||||||
|
|
||||||
Optional:
|
Optional:
|
||||||
|
|||||||
@ -7,8 +7,8 @@
|
|||||||
},
|
},
|
||||||
"displayName": "DragonECS-AutoInjections",
|
"displayName": "DragonECS-AutoInjections",
|
||||||
"description": "Auto Injections for DragonECS",
|
"description": "Auto Injections for DragonECS",
|
||||||
"unity": "2020.3",
|
"unity": "2021.2",
|
||||||
"version": "0.9.19",
|
"version": "1.0.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/DCFApixels/DragonECS-AutoInjections.git"
|
"url": "https://github.com/DCFApixels/DragonECS-AutoInjections.git"
|
||||||
|
|||||||
@ -2,11 +2,15 @@
|
|||||||
#undef DEBUG
|
#undef DEBUG
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
using DCFApixels.DragonECS.AutoInjections;
|
||||||
|
|
||||||
namespace DCFApixels.DragonECS
|
namespace DCFApixels.DragonECS
|
||||||
{
|
{
|
||||||
public static class AutoInjectSystemExtensions
|
public static class AutoInjectSystemExtensions
|
||||||
{
|
{
|
||||||
[MetaColor(MetaColor.DragonCyan)]
|
[MetaColor(MetaColor.DragonCyan)]
|
||||||
|
[MetaTags(MetaTags.HIDDEN)]
|
||||||
|
[MetaGroup(EcsAutoInjectionsConsts.PACK_GROUP, EcsConsts.MODULES_GROUP)]
|
||||||
public class AutoInjectModule : IEcsModule
|
public class AutoInjectModule : IEcsModule
|
||||||
{
|
{
|
||||||
public bool isAgressiveInjection;
|
public bool isAgressiveInjection;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user