Skip to content

Commit

Permalink
Merge branch 'release/2022.9.22'
Browse files Browse the repository at this point in the history
  • Loading branch information
Leopotam committed Sep 22, 2022
2 parents 4576589 + d8e6701 commit a0d9700
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ class TestSystem : IEcsRunSystem {
readonly EcsFilterInject<Inc<C1, C2>> _filter2 = default;

// Поле будет содержать ссылку на фильтр (с C1, но без C2) из мира "по умолчанию".
readonly EcsFilter<Inc<C1>, Exc<C2>> _filter11 = default;
readonly EcsFilterInject<Inc<C1>, Exc<C2>> _filter11 = default;

// Поле будет содержать ссылку на фильтр (с C1, но без C2) из мира "events".
readonly EcsFilter<Inc<C1>, Exc<C2>> _eventsFilter11 = "events";
readonly EcsFilterInject<Inc<C1>, Exc<C2>> _eventsFilter11 = "events";

public void Run (IEcsSystems systems) {
// Все поля заполнены и могут быть использованы:
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": "2022.8.22",
"version": "2022.9.22",
"keywords": [
"leoecslite",
"leoecs",
Expand Down

0 comments on commit a0d9700

Please sign in to comment.