Skip to content

Commit

Permalink
Merge branch 'release/2023.4.22'
Browse files Browse the repository at this point in the history
  • Loading branch information
Leopotam committed Apr 22, 2023
2 parents 7db3425 + bc5000d commit 0709e93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* [Лицензия](#Лицензия)

# Социальные ресурсы
[![discord](https://img.shields.io/discord/404358247621853185.svg?label=enter%20to%20discord%20server&style=for-the-badge&logo=discord)](https://discord.gg/5GZVde6)
[![discord](https://img.shields.io/discord/404358247621853185.svg?label=enter%20to%20discord%20server&style=for-the-badge&logo=discord)](https://discord.gg/UQjdcbcHSf)

# Установка

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"displayName": "LeoECS Lite DI",
"description": "LeoECS Lite DI - Поддержка автоматической инъекции данных в поля ECS-систем.",
"unity": "2020.3",
"version": "2023.1.22",
"version": "2023.4.22",
"keywords": [
"leoecslite",
"leoecs",
Expand Down
2 changes: 1 addition & 1 deletion src/extensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public static void InjectToSystem (IEcsSystem system, IEcsSystems systems, objec
if (f.IsStatic) { continue; }
// EcsWorldInject, EcsFilterInject, EcsPoolInject, EcsSharedInject.
if (InjectBuiltIns (f, system, systems)) { continue; }
// EcsDataInject.
// IEcsCustomDataInject derivatives (EcsCustomInject, etc).
if (InjectCustoms (f, system, injects)) { }
}
}
Expand Down

0 comments on commit 0709e93

Please sign in to comment.