diff --git a/.bee/docs/html.doxyfile b/.bee/docs/html.doxyfile index d7ec88f1a..4cfa7a418 100644 --- a/.bee/docs/html.doxyfile +++ b/.bee/docs/html.doxyfile @@ -5,7 +5,7 @@ #--------------------------------------------------------------------------- DOXYFILE_ENCODING = UTF-8 PROJECT_NAME = "Entitas" -PROJECT_NUMBER = 1.9.1 +PROJECT_NUMBER = 1.9.2 PROJECT_BRIEF = "Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity" PROJECT_LOGO = ".bee/docs/docs-logo.png" OUTPUT_DIRECTORY = "Build/docs" diff --git a/CHANGELOG.md b/CHANGELOG.md index 95f5df292..8e19db841 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.9.2] - 2018-11-04 +### Added +- Fix MultiReactive system retaining entities multiple times #818 + ## [1.9.1] - 2018-11-03 ### Added - Fix MultiReactive system retaining entities multiple times #818 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2d9c24cba..d72468682 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,19 +1,21 @@ Contributing to Entitas ======================= -The project is hosted on [GitHub][github-entitas] where you can [report issues][issues], fork the project and [submit pull requests][pulls]. -Entitas is developed with [TDD (Test Driven Development)](https://en.wikipedia.org/wiki/Test-driven_development) and [nspec](http://nspec.org). New features are introduced following the [git-flow](https://github.com/nvie/gitflow) conventions. +The project is hosted on [GitHub][repo] where you can [report issues][issues], fork the project and [submit pull requests][pulls]. +Entitas is developed with [TDD (Test Driven Development)](https://en.wikipedia.org/wiki/Test-driven_development) and [nspec](http://nspec.org). +New features are introduced following the [git-flow](https://github.com/nvie/gitflow) conventions. Setup Entitas on your machine ============================= -Fork the repository on [GitHub][github-entitas] and clone your forked repository to your machine +Fork the repository on [GitHub][repo] and clone your forked repository to your machine ``` $ git clone https://github.com//Entitas-CSharp.git ```` -If you want to contribute please consider to set up [git-flow](https://github.com/nvie/gitflow). The default branch of this repository is `develop` +If you want to contribute please consider to set up [git-flow](https://github.com/nvie/gitflow). +The default branch of this repository is `master` ```` $ cd Entitas-CSharp @@ -58,7 +60,7 @@ Thanks for your contributions and happy coding :) Simon -[github-entitas]: https://github.com/sschmid/Entitas-CSharp "sschmid/Entitas-CSharp" +[repo]: https://github.com/sschmid/Entitas-CSharp "sschmid/Entitas-CSharp" [issues]: https://github.com/sschmid/Entitas-CSharp/issues "Issues" [pulls]: https://github.com/sschmid/Entitas-CSharp/pulls "Pull Requests" [issues-new]: https://github.com/sschmid/Entitas-CSharp/issues/new "New issue" diff --git a/Entitas/Entitas/version.txt b/Entitas/Entitas/version.txt index 9ab8337f3..8fdcf3869 100644 --- a/Entitas/Entitas/version.txt +++ b/Entitas/Entitas/version.txt @@ -1 +1 @@ -1.9.1 +1.9.2 diff --git a/Libraries/Dependencies/DesperateDevs/DesperateDevs.Analytics.dll b/Libraries/Dependencies/DesperateDevs/DesperateDevs.Analytics.dll index 5ef58e375..d5726312d 100644 Binary files a/Libraries/Dependencies/DesperateDevs/DesperateDevs.Analytics.dll and b/Libraries/Dependencies/DesperateDevs/DesperateDevs.Analytics.dll differ diff --git a/Libraries/Dependencies/DesperateDevs/DesperateDevs.CodeGeneration.CodeGenerator.Unity.Editor.dll b/Libraries/Dependencies/DesperateDevs/DesperateDevs.CodeGeneration.CodeGenerator.Unity.Editor.dll index 6314d40bb..8afcb550f 100644 Binary files a/Libraries/Dependencies/DesperateDevs/DesperateDevs.CodeGeneration.CodeGenerator.Unity.Editor.dll and b/Libraries/Dependencies/DesperateDevs/DesperateDevs.CodeGeneration.CodeGenerator.Unity.Editor.dll differ diff --git a/Libraries/Dependencies/DesperateDevs/DesperateDevs.CodeGeneration.CodeGenerator.dll b/Libraries/Dependencies/DesperateDevs/DesperateDevs.CodeGeneration.CodeGenerator.dll index 550f0a11b..c9b7d4f53 100644 Binary files a/Libraries/Dependencies/DesperateDevs/DesperateDevs.CodeGeneration.CodeGenerator.dll and b/Libraries/Dependencies/DesperateDevs/DesperateDevs.CodeGeneration.CodeGenerator.dll differ diff --git a/Libraries/Dependencies/DesperateDevs/DesperateDevs.CodeGeneration.Plugins.dll b/Libraries/Dependencies/DesperateDevs/DesperateDevs.CodeGeneration.Plugins.dll index 62c6d641c..7dbe9fb48 100644 Binary files a/Libraries/Dependencies/DesperateDevs/DesperateDevs.CodeGeneration.Plugins.dll and b/Libraries/Dependencies/DesperateDevs/DesperateDevs.CodeGeneration.Plugins.dll differ diff --git a/Libraries/Dependencies/DesperateDevs/DesperateDevs.CodeGeneration.Unity.Plugins.dll b/Libraries/Dependencies/DesperateDevs/DesperateDevs.CodeGeneration.Unity.Plugins.dll index 6f0bb9d3b..9557cf303 100644 Binary files a/Libraries/Dependencies/DesperateDevs/DesperateDevs.CodeGeneration.Unity.Plugins.dll and b/Libraries/Dependencies/DesperateDevs/DesperateDevs.CodeGeneration.Unity.Plugins.dll differ diff --git a/Libraries/Dependencies/DesperateDevs/DesperateDevs.CodeGeneration.dll b/Libraries/Dependencies/DesperateDevs/DesperateDevs.CodeGeneration.dll index 74059bc82..f6cf9347d 100644 Binary files a/Libraries/Dependencies/DesperateDevs/DesperateDevs.CodeGeneration.dll and b/Libraries/Dependencies/DesperateDevs/DesperateDevs.CodeGeneration.dll differ diff --git a/Libraries/Dependencies/DesperateDevs/DesperateDevs.Logging.dll b/Libraries/Dependencies/DesperateDevs/DesperateDevs.Logging.dll index ca849e665..81dfaf61a 100644 Binary files a/Libraries/Dependencies/DesperateDevs/DesperateDevs.Logging.dll and b/Libraries/Dependencies/DesperateDevs/DesperateDevs.Logging.dll differ diff --git a/Libraries/Dependencies/DesperateDevs/DesperateDevs.Networking.dll b/Libraries/Dependencies/DesperateDevs/DesperateDevs.Networking.dll index 754b820d6..95789780d 100644 Binary files a/Libraries/Dependencies/DesperateDevs/DesperateDevs.Networking.dll and b/Libraries/Dependencies/DesperateDevs/DesperateDevs.Networking.dll differ diff --git a/Libraries/Dependencies/DesperateDevs/DesperateDevs.Serialization.dll b/Libraries/Dependencies/DesperateDevs/DesperateDevs.Serialization.dll index 313768d77..21b5613fb 100644 Binary files a/Libraries/Dependencies/DesperateDevs/DesperateDevs.Serialization.dll and b/Libraries/Dependencies/DesperateDevs/DesperateDevs.Serialization.dll differ diff --git a/Libraries/Dependencies/DesperateDevs/DesperateDevs.Unity.Editor.dll b/Libraries/Dependencies/DesperateDevs/DesperateDevs.Unity.Editor.dll index 2666fe26c..f5dc5cb7c 100644 Binary files a/Libraries/Dependencies/DesperateDevs/DesperateDevs.Unity.Editor.dll and b/Libraries/Dependencies/DesperateDevs/DesperateDevs.Unity.Editor.dll differ diff --git a/Libraries/Dependencies/DesperateDevs/DesperateDevs.Utils.dll b/Libraries/Dependencies/DesperateDevs/DesperateDevs.Utils.dll index fafb10a05..362c1aba1 100644 Binary files a/Libraries/Dependencies/DesperateDevs/DesperateDevs.Utils.dll and b/Libraries/Dependencies/DesperateDevs/DesperateDevs.Utils.dll differ diff --git a/docs/_abstract_entity_index_8cs_source.html b/docs/_abstract_entity_index_8cs_source.html index 361453a9a..51a601833 100644 --- a/docs/_abstract_entity_index_8cs_source.html +++ b/docs/_abstract_entity_index_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_collection_extension_8cs_source.html b/docs/_collection_extension_8cs_source.html index 7088a1afb..03c10c09d 100644 --- a/docs/_collection_extension_8cs_source.html +++ b/docs/_collection_extension_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_collector_8cs_source.html b/docs/_collector_8cs_source.html index fba738c37..d74b05934 100644 --- a/docs/_collector_8cs_source.html +++ b/docs/_collector_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_collector_context_extension_8cs_source.html b/docs/_collector_context_extension_8cs_source.html index ecf2edf23..798883fca 100644 --- a/docs/_collector_context_extension_8cs_source.html +++ b/docs/_collector_context_extension_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_collector_exception_8cs_source.html b/docs/_collector_exception_8cs_source.html index 0eeb56eec..f01553024 100644 --- a/docs/_collector_exception_8cs_source.html +++ b/docs/_collector_exception_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_context_8cs_source.html b/docs/_context_8cs_source.html index f2f668626..c0a56135a 100644 --- a/docs/_context_8cs_source.html +++ b/docs/_context_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_context_does_not_contain_entity_exception_8cs_source.html b/docs/_context_does_not_contain_entity_exception_8cs_source.html index 3b446bd82..fe40035dd 100644 --- a/docs/_context_does_not_contain_entity_exception_8cs_source.html +++ b/docs/_context_does_not_contain_entity_exception_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_context_entity_index_does_already_exist_exception_8cs_source.html b/docs/_context_entity_index_does_already_exist_exception_8cs_source.html index 90d312411..3a94f60ec 100644 --- a/docs/_context_entity_index_does_already_exist_exception_8cs_source.html +++ b/docs/_context_entity_index_does_already_exist_exception_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_context_entity_index_does_not_exist_exception_8cs_source.html b/docs/_context_entity_index_does_not_exist_exception_8cs_source.html index 3706714dc..938988df2 100644 --- a/docs/_context_entity_index_does_not_exist_exception_8cs_source.html +++ b/docs/_context_entity_index_does_not_exist_exception_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_context_extension_8cs_source.html b/docs/_context_extension_8cs_source.html index f5d582e8a..d59f31c97 100644 --- a/docs/_context_extension_8cs_source.html +++ b/docs/_context_extension_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_context_info_8cs_source.html b/docs/_context_info_8cs_source.html index 90869c403..442aa661b 100644 --- a/docs/_context_info_8cs_source.html +++ b/docs/_context_info_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_context_info_exception_8cs_source.html b/docs/_context_info_exception_8cs_source.html index 4df7cd5b8..ba9873d61 100644 --- a/docs/_context_info_exception_8cs_source.html +++ b/docs/_context_info_exception_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_context_still_has_retained_entities_exception_8cs_source.html b/docs/_context_still_has_retained_entities_exception_8cs_source.html index aeb863f36..8a217eb06 100644 --- a/docs/_context_still_has_retained_entities_exception_8cs_source.html +++ b/docs/_context_still_has_retained_entities_exception_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_entitas_cache_8cs_source.html b/docs/_entitas_cache_8cs_source.html index 12ae3e140..d154a6e2a 100644 --- a/docs/_entitas_cache_8cs_source.html +++ b/docs/_entitas_cache_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_entitas_exception_8cs_source.html b/docs/_entitas_exception_8cs_source.html index 9dd6fe873..54c318a0f 100644 --- a/docs/_entitas_exception_8cs_source.html +++ b/docs/_entitas_exception_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_entitas_resources_8cs_source.html b/docs/_entitas_resources_8cs_source.html index 4d5071045..9e5369489 100644 --- a/docs/_entitas_resources_8cs_source.html +++ b/docs/_entitas_resources_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_entitas_string_extension_8cs_source.html b/docs/_entitas_string_extension_8cs_source.html index b71ab8bb9..3a174fb1e 100644 --- a/docs/_entitas_string_extension_8cs_source.html +++ b/docs/_entitas_string_extension_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_entity_8cs_source.html b/docs/_entity_8cs_source.html index 1d85bbd94..a67c8f5a3 100644 --- a/docs/_entity_8cs_source.html +++ b/docs/_entity_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_entity_already_has_component_exception_8cs_source.html b/docs/_entity_already_has_component_exception_8cs_source.html index 0664a1ab3..34d522648 100644 --- a/docs/_entity_already_has_component_exception_8cs_source.html +++ b/docs/_entity_already_has_component_exception_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_entity_does_not_have_component_exception_8cs_source.html b/docs/_entity_does_not_have_component_exception_8cs_source.html index 575c16023..b4ad18e25 100644 --- a/docs/_entity_does_not_have_component_exception_8cs_source.html +++ b/docs/_entity_does_not_have_component_exception_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_entity_equality_comparer_8cs_source.html b/docs/_entity_equality_comparer_8cs_source.html index 135d7063e..18c9be8c9 100644 --- a/docs/_entity_equality_comparer_8cs_source.html +++ b/docs/_entity_equality_comparer_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_entity_index_8cs_source.html b/docs/_entity_index_8cs_source.html index fbf804fa3..f5c6ceef5 100644 --- a/docs/_entity_index_8cs_source.html +++ b/docs/_entity_index_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_entity_index_exception_8cs_source.html b/docs/_entity_index_exception_8cs_source.html index 6feb7a26d..564b88637 100644 --- a/docs/_entity_index_exception_8cs_source.html +++ b/docs/_entity_index_exception_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_entity_is_already_retained_by_owner_exception_8cs_source.html b/docs/_entity_is_already_retained_by_owner_exception_8cs_source.html index 7ffdda05f..b61b2e55a 100644 --- a/docs/_entity_is_already_retained_by_owner_exception_8cs_source.html +++ b/docs/_entity_is_already_retained_by_owner_exception_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_entity_is_not_destroyed_exception_8cs_source.html b/docs/_entity_is_not_destroyed_exception_8cs_source.html index 9e0585ad5..a1f726b0e 100644 --- a/docs/_entity_is_not_destroyed_exception_8cs_source.html +++ b/docs/_entity_is_not_destroyed_exception_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_entity_is_not_enabled_exception_8cs_source.html b/docs/_entity_is_not_enabled_exception_8cs_source.html index dc992e25c..216ecbbe7 100644 --- a/docs/_entity_is_not_enabled_exception_8cs_source.html +++ b/docs/_entity_is_not_enabled_exception_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_entity_is_not_retained_by_owner_exception_8cs_source.html b/docs/_entity_is_not_retained_by_owner_exception_8cs_source.html index c7d6eb244..25e279c8d 100644 --- a/docs/_entity_is_not_retained_by_owner_exception_8cs_source.html +++ b/docs/_entity_is_not_retained_by_owner_exception_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_group_8cs_source.html b/docs/_group_8cs_source.html index da5f714b0..fc769e9b3 100644 --- a/docs/_group_8cs_source.html +++ b/docs/_group_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_group_event_8cs_source.html b/docs/_group_event_8cs_source.html index c0d2175d0..bc7d5db06 100644 --- a/docs/_group_event_8cs_source.html +++ b/docs/_group_event_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_group_extension_8cs_source.html b/docs/_group_extension_8cs_source.html index 547e1f486..d91ee4ddb 100644 --- a/docs/_group_extension_8cs_source.html +++ b/docs/_group_extension_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_group_single_entity_exception_8cs_source.html b/docs/_group_single_entity_exception_8cs_source.html index e1bf9ebda..44abb5dc4 100644 --- a/docs/_group_single_entity_exception_8cs_source.html +++ b/docs/_group_single_entity_exception_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_i_a_e_r_c_8cs_source.html b/docs/_i_a_e_r_c_8cs_source.html index d9576c684..9b9c1487d 100644 --- a/docs/_i_a_e_r_c_8cs_source.html +++ b/docs/_i_a_e_r_c_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_i_all_of_matcher_8cs_source.html b/docs/_i_all_of_matcher_8cs_source.html index 4db9eed3c..a1bc3f88e 100644 --- a/docs/_i_all_of_matcher_8cs_source.html +++ b/docs/_i_all_of_matcher_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_i_any_of_matcher_8cs_source.html b/docs/_i_any_of_matcher_8cs_source.html index c0e82a797..1d38f0a14 100644 --- a/docs/_i_any_of_matcher_8cs_source.html +++ b/docs/_i_any_of_matcher_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_i_cleanup_system_8cs_source.html b/docs/_i_cleanup_system_8cs_source.html index efe669bc6..e774b4934 100644 --- a/docs/_i_cleanup_system_8cs_source.html +++ b/docs/_i_cleanup_system_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_i_collector_8cs_source.html b/docs/_i_collector_8cs_source.html index 58928830d..b4bd9c5d2 100644 --- a/docs/_i_collector_8cs_source.html +++ b/docs/_i_collector_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_i_component_8cs_source.html b/docs/_i_component_8cs_source.html index f6a8e7340..a5c2abfc8 100644 --- a/docs/_i_component_8cs_source.html +++ b/docs/_i_component_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_i_compound_matcher_8cs_source.html b/docs/_i_compound_matcher_8cs_source.html index e7d1537e0..05dba362c 100644 --- a/docs/_i_compound_matcher_8cs_source.html +++ b/docs/_i_compound_matcher_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_i_context_8cs_source.html b/docs/_i_context_8cs_source.html index e8079851a..4fb076cb7 100644 --- a/docs/_i_context_8cs_source.html +++ b/docs/_i_context_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_i_contexts_8cs_source.html b/docs/_i_contexts_8cs_source.html index 269ce5fc3..4330ddeba 100644 --- a/docs/_i_contexts_8cs_source.html +++ b/docs/_i_contexts_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_i_entity_8cs_source.html b/docs/_i_entity_8cs_source.html index 17d7d4ce0..dca56fbad 100644 --- a/docs/_i_entity_8cs_source.html +++ b/docs/_i_entity_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_i_entity_index_8cs_source.html b/docs/_i_entity_index_8cs_source.html index 591719357..bd6a7a0da 100644 --- a/docs/_i_entity_index_8cs_source.html +++ b/docs/_i_entity_index_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_i_execute_system_8cs_source.html b/docs/_i_execute_system_8cs_source.html index 13b964841..8342598f4 100644 --- a/docs/_i_execute_system_8cs_source.html +++ b/docs/_i_execute_system_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_i_group_8cs_source.html b/docs/_i_group_8cs_source.html index 2e80582ff..f03eba464 100644 --- a/docs/_i_group_8cs_source.html +++ b/docs/_i_group_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_i_initialize_system_8cs_source.html b/docs/_i_initialize_system_8cs_source.html index c379be2cc..78a38e204 100644 --- a/docs/_i_initialize_system_8cs_source.html +++ b/docs/_i_initialize_system_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_i_matcher_8cs_source.html b/docs/_i_matcher_8cs_source.html index 7c9f9579e..207867bf2 100644 --- a/docs/_i_matcher_8cs_source.html +++ b/docs/_i_matcher_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_i_none_of_matcher_8cs_source.html b/docs/_i_none_of_matcher_8cs_source.html index ed9f95869..52397c777 100644 --- a/docs/_i_none_of_matcher_8cs_source.html +++ b/docs/_i_none_of_matcher_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_i_reactive_system_8cs_source.html b/docs/_i_reactive_system_8cs_source.html index 5cda7605d..5deeed562 100644 --- a/docs/_i_reactive_system_8cs_source.html +++ b/docs/_i_reactive_system_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_i_system_8cs_source.html b/docs/_i_system_8cs_source.html index cb52cff2d..645047456 100644 --- a/docs/_i_system_8cs_source.html +++ b/docs/_i_system_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_i_tear_down_system_8cs_source.html b/docs/_i_tear_down_system_8cs_source.html index 8f5174e69..9cb39e135 100644 --- a/docs/_i_tear_down_system_8cs_source.html +++ b/docs/_i_tear_down_system_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_job_system_8cs_source.html b/docs/_job_system_8cs_source.html index e08135999..c1cf866d9 100644 --- a/docs/_job_system_8cs_source.html +++ b/docs/_job_system_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_matcher_8cs_source.html b/docs/_matcher_8cs_source.html index e0f7a88b0..2a7308c7b 100644 --- a/docs/_matcher_8cs_source.html +++ b/docs/_matcher_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_matcher_equals_8cs_source.html b/docs/_matcher_equals_8cs_source.html index 2feb1c1cf..3d108d66a 100644 --- a/docs/_matcher_equals_8cs_source.html +++ b/docs/_matcher_equals_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_matcher_exception_8cs_source.html b/docs/_matcher_exception_8cs_source.html index 32e93b6a4..894f421ce 100644 --- a/docs/_matcher_exception_8cs_source.html +++ b/docs/_matcher_exception_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_matcher_static_8cs_source.html b/docs/_matcher_static_8cs_source.html index 3237d7b39..33a3fae78 100644 --- a/docs/_matcher_static_8cs_source.html +++ b/docs/_matcher_static_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_matcher_to_string_8cs_source.html b/docs/_matcher_to_string_8cs_source.html index 0a69abf52..2d3edf318 100644 --- a/docs/_matcher_to_string_8cs_source.html +++ b/docs/_matcher_to_string_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_multi_reactive_system_8cs_source.html b/docs/_multi_reactive_system_8cs_source.html index 22b268067..c4450910c 100644 --- a/docs/_multi_reactive_system_8cs_source.html +++ b/docs/_multi_reactive_system_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_primary_entity_index_8cs_source.html b/docs/_primary_entity_index_8cs_source.html index bc0c1df1d..c6e6fbd40 100644 --- a/docs/_primary_entity_index_8cs_source.html +++ b/docs/_primary_entity_index_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_public_member_info_entity_extension_8cs_source.html b/docs/_public_member_info_entity_extension_8cs_source.html index 9c87f39b2..1b0d41e2a 100644 --- a/docs/_public_member_info_entity_extension_8cs_source.html +++ b/docs/_public_member_info_entity_extension_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_reactive_system_8cs_source.html b/docs/_reactive_system_8cs_source.html index 8c596b1b8..f1e2d87e3 100644 --- a/docs/_reactive_system_8cs_source.html +++ b/docs/_reactive_system_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_safe_a_e_r_c_8cs_source.html b/docs/_safe_a_e_r_c_8cs_source.html index 0d99e6634..c247c75c5 100644 --- a/docs/_safe_a_e_r_c_8cs_source.html +++ b/docs/_safe_a_e_r_c_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_systems_8cs_source.html b/docs/_systems_8cs_source.html index 43570055f..bdbd8a012 100644 --- a/docs/_systems_8cs_source.html +++ b/docs/_systems_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_trigger_on_event_8cs_source.html b/docs/_trigger_on_event_8cs_source.html index 433dcb198..6040a4284 100644 --- a/docs/_trigger_on_event_8cs_source.html +++ b/docs/_trigger_on_event_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_trigger_on_event_matcher_extension_8cs_source.html b/docs/_trigger_on_event_matcher_extension_8cs_source.html index 0f5b05e18..3d80230fc 100644 --- a/docs/_trigger_on_event_matcher_extension_8cs_source.html +++ b/docs/_trigger_on_event_matcher_extension_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_unsafe_a_e_r_c_8cs_source.html b/docs/_unsafe_a_e_r_c_8cs_source.html index 15f473c76..327467ef2 100644 --- a/docs/_unsafe_a_e_r_c_8cs_source.html +++ b/docs/_unsafe_a_e_r_c_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/annotated.html b/docs/annotated.html index 20b82ca3c..cd94549d7 100644 --- a/docs/annotated.html +++ b/docs/annotated.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_abstract_entity_index-members.html b/docs/class_entitas_1_1_abstract_entity_index-members.html index b8599b29f..b440599d4 100644 --- a/docs/class_entitas_1_1_abstract_entity_index-members.html +++ b/docs/class_entitas_1_1_abstract_entity_index-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_abstract_entity_index.html b/docs/class_entitas_1_1_abstract_entity_index.html index 1d7345c16..783f60c53 100644 --- a/docs/class_entitas_1_1_abstract_entity_index.html +++ b/docs/class_entitas_1_1_abstract_entity_index.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_collection_extension-members.html b/docs/class_entitas_1_1_collection_extension-members.html index 852b1e4e8..0cc72d227 100644 --- a/docs/class_entitas_1_1_collection_extension-members.html +++ b/docs/class_entitas_1_1_collection_extension-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_collection_extension.html b/docs/class_entitas_1_1_collection_extension.html index 25e5e1b3a..0d92e350f 100644 --- a/docs/class_entitas_1_1_collection_extension.html +++ b/docs/class_entitas_1_1_collection_extension.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_collector-members.html b/docs/class_entitas_1_1_collector-members.html index 4ff9a87e7..caf3328c5 100644 --- a/docs/class_entitas_1_1_collector-members.html +++ b/docs/class_entitas_1_1_collector-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_collector.html b/docs/class_entitas_1_1_collector.html index e59a8e88c..ac771c25b 100644 --- a/docs/class_entitas_1_1_collector.html +++ b/docs/class_entitas_1_1_collector.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_collector_context_extension-members.html b/docs/class_entitas_1_1_collector_context_extension-members.html index d2ffc9d3d..bda97feae 100644 --- a/docs/class_entitas_1_1_collector_context_extension-members.html +++ b/docs/class_entitas_1_1_collector_context_extension-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_collector_context_extension.html b/docs/class_entitas_1_1_collector_context_extension.html index d1e3a3b33..ad8772dd7 100644 --- a/docs/class_entitas_1_1_collector_context_extension.html +++ b/docs/class_entitas_1_1_collector_context_extension.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_collector_exception-members.html b/docs/class_entitas_1_1_collector_exception-members.html index fa60a5e09..2909b7cc3 100644 --- a/docs/class_entitas_1_1_collector_exception-members.html +++ b/docs/class_entitas_1_1_collector_exception-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_collector_exception.html b/docs/class_entitas_1_1_collector_exception.html index 4340eeb53..7030a4fd3 100644 --- a/docs/class_entitas_1_1_collector_exception.html +++ b/docs/class_entitas_1_1_collector_exception.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_context-members.html b/docs/class_entitas_1_1_context-members.html index 996a8669f..4a7fc7957 100644 --- a/docs/class_entitas_1_1_context-members.html +++ b/docs/class_entitas_1_1_context-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_context.html b/docs/class_entitas_1_1_context.html index 8bb83243e..417f52c10 100644 --- a/docs/class_entitas_1_1_context.html +++ b/docs/class_entitas_1_1_context.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_context_does_not_contain_entity_exception-members.html b/docs/class_entitas_1_1_context_does_not_contain_entity_exception-members.html index 246e65e42..0b559d507 100644 --- a/docs/class_entitas_1_1_context_does_not_contain_entity_exception-members.html +++ b/docs/class_entitas_1_1_context_does_not_contain_entity_exception-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_context_does_not_contain_entity_exception.html b/docs/class_entitas_1_1_context_does_not_contain_entity_exception.html index b87e2ff8c..3150f1af5 100644 --- a/docs/class_entitas_1_1_context_does_not_contain_entity_exception.html +++ b/docs/class_entitas_1_1_context_does_not_contain_entity_exception.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_context_entity_index_does_already_exist_exception-members.html b/docs/class_entitas_1_1_context_entity_index_does_already_exist_exception-members.html index 3fc0e7a22..c1ca059d6 100644 --- a/docs/class_entitas_1_1_context_entity_index_does_already_exist_exception-members.html +++ b/docs/class_entitas_1_1_context_entity_index_does_already_exist_exception-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_context_entity_index_does_already_exist_exception.html b/docs/class_entitas_1_1_context_entity_index_does_already_exist_exception.html index e312545ed..184d43575 100644 --- a/docs/class_entitas_1_1_context_entity_index_does_already_exist_exception.html +++ b/docs/class_entitas_1_1_context_entity_index_does_already_exist_exception.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_context_entity_index_does_not_exist_exception-members.html b/docs/class_entitas_1_1_context_entity_index_does_not_exist_exception-members.html index bf40be24b..285c2d039 100644 --- a/docs/class_entitas_1_1_context_entity_index_does_not_exist_exception-members.html +++ b/docs/class_entitas_1_1_context_entity_index_does_not_exist_exception-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_context_entity_index_does_not_exist_exception.html b/docs/class_entitas_1_1_context_entity_index_does_not_exist_exception.html index dd9f13a0a..fb9ddc6ca 100644 --- a/docs/class_entitas_1_1_context_entity_index_does_not_exist_exception.html +++ b/docs/class_entitas_1_1_context_entity_index_does_not_exist_exception.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_context_extension-members.html b/docs/class_entitas_1_1_context_extension-members.html index 19d60cf38..5950aedf9 100644 --- a/docs/class_entitas_1_1_context_extension-members.html +++ b/docs/class_entitas_1_1_context_extension-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_context_extension.html b/docs/class_entitas_1_1_context_extension.html index 47ba53996..03afd0c75 100644 --- a/docs/class_entitas_1_1_context_extension.html +++ b/docs/class_entitas_1_1_context_extension.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_context_info-members.html b/docs/class_entitas_1_1_context_info-members.html index 4e2d79a98..2ec51039b 100644 --- a/docs/class_entitas_1_1_context_info-members.html +++ b/docs/class_entitas_1_1_context_info-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_context_info.html b/docs/class_entitas_1_1_context_info.html index da9798b81..dd7c372a8 100644 --- a/docs/class_entitas_1_1_context_info.html +++ b/docs/class_entitas_1_1_context_info.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_context_info_exception-members.html b/docs/class_entitas_1_1_context_info_exception-members.html index 818b7b980..e3cb418b2 100644 --- a/docs/class_entitas_1_1_context_info_exception-members.html +++ b/docs/class_entitas_1_1_context_info_exception-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_context_info_exception.html b/docs/class_entitas_1_1_context_info_exception.html index 022183948..8f5404e93 100644 --- a/docs/class_entitas_1_1_context_info_exception.html +++ b/docs/class_entitas_1_1_context_info_exception.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_context_still_has_retained_entities_exception-members.html b/docs/class_entitas_1_1_context_still_has_retained_entities_exception-members.html index fcaf27062..000ec39e5 100644 --- a/docs/class_entitas_1_1_context_still_has_retained_entities_exception-members.html +++ b/docs/class_entitas_1_1_context_still_has_retained_entities_exception-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_context_still_has_retained_entities_exception.html b/docs/class_entitas_1_1_context_still_has_retained_entities_exception.html index 58ff93e29..8cac06d31 100644 --- a/docs/class_entitas_1_1_context_still_has_retained_entities_exception.html +++ b/docs/class_entitas_1_1_context_still_has_retained_entities_exception.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_entitas_cache-members.html b/docs/class_entitas_1_1_entitas_cache-members.html index 77850b7ab..60e2cb25d 100644 --- a/docs/class_entitas_1_1_entitas_cache-members.html +++ b/docs/class_entitas_1_1_entitas_cache-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_entitas_cache.html b/docs/class_entitas_1_1_entitas_cache.html index 831f6d2aa..ba14b50cd 100644 --- a/docs/class_entitas_1_1_entitas_cache.html +++ b/docs/class_entitas_1_1_entitas_cache.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_entitas_exception-members.html b/docs/class_entitas_1_1_entitas_exception-members.html index 6ef27d79a..e1f7c8490 100644 --- a/docs/class_entitas_1_1_entitas_exception-members.html +++ b/docs/class_entitas_1_1_entitas_exception-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_entitas_exception.html b/docs/class_entitas_1_1_entitas_exception.html index 726b3ed60..f968a6cbf 100644 --- a/docs/class_entitas_1_1_entitas_exception.html +++ b/docs/class_entitas_1_1_entitas_exception.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_entitas_resources-members.html b/docs/class_entitas_1_1_entitas_resources-members.html index eebfa4e0b..46705942b 100644 --- a/docs/class_entitas_1_1_entitas_resources-members.html +++ b/docs/class_entitas_1_1_entitas_resources-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_entitas_resources.html b/docs/class_entitas_1_1_entitas_resources.html index f5ba6eacf..be438538f 100644 --- a/docs/class_entitas_1_1_entitas_resources.html +++ b/docs/class_entitas_1_1_entitas_resources.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_entitas_string_extension-members.html b/docs/class_entitas_1_1_entitas_string_extension-members.html index 13e5a941c..924828c9f 100644 --- a/docs/class_entitas_1_1_entitas_string_extension-members.html +++ b/docs/class_entitas_1_1_entitas_string_extension-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_entitas_string_extension.html b/docs/class_entitas_1_1_entitas_string_extension.html index 602d3458c..7073b03a0 100644 --- a/docs/class_entitas_1_1_entitas_string_extension.html +++ b/docs/class_entitas_1_1_entitas_string_extension.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_entity-members.html b/docs/class_entitas_1_1_entity-members.html index fecaefbe8..d1b7a27e0 100644 --- a/docs/class_entitas_1_1_entity-members.html +++ b/docs/class_entitas_1_1_entity-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_entity.html b/docs/class_entitas_1_1_entity.html index 2ebb926e7..d84b55dc5 100644 --- a/docs/class_entitas_1_1_entity.html +++ b/docs/class_entitas_1_1_entity.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_entity_already_has_component_exception-members.html b/docs/class_entitas_1_1_entity_already_has_component_exception-members.html index 02681d073..92a709849 100644 --- a/docs/class_entitas_1_1_entity_already_has_component_exception-members.html +++ b/docs/class_entitas_1_1_entity_already_has_component_exception-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_entity_already_has_component_exception.html b/docs/class_entitas_1_1_entity_already_has_component_exception.html index 32616baa1..00667e37e 100644 --- a/docs/class_entitas_1_1_entity_already_has_component_exception.html +++ b/docs/class_entitas_1_1_entity_already_has_component_exception.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_entity_does_not_have_component_exception-members.html b/docs/class_entitas_1_1_entity_does_not_have_component_exception-members.html index 35a6216f4..7e8b66968 100644 --- a/docs/class_entitas_1_1_entity_does_not_have_component_exception-members.html +++ b/docs/class_entitas_1_1_entity_does_not_have_component_exception-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_entity_does_not_have_component_exception.html b/docs/class_entitas_1_1_entity_does_not_have_component_exception.html index 4c31afc8e..46dbdf988 100644 --- a/docs/class_entitas_1_1_entity_does_not_have_component_exception.html +++ b/docs/class_entitas_1_1_entity_does_not_have_component_exception.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_entity_equality_comparer-members.html b/docs/class_entitas_1_1_entity_equality_comparer-members.html index 9ec41e724..e8c67351e 100644 --- a/docs/class_entitas_1_1_entity_equality_comparer-members.html +++ b/docs/class_entitas_1_1_entity_equality_comparer-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_entity_equality_comparer.html b/docs/class_entitas_1_1_entity_equality_comparer.html index 8641e7044..e24889f7e 100644 --- a/docs/class_entitas_1_1_entity_equality_comparer.html +++ b/docs/class_entitas_1_1_entity_equality_comparer.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_entity_index-members.html b/docs/class_entitas_1_1_entity_index-members.html index 4c6079ccc..1b350fcc0 100644 --- a/docs/class_entitas_1_1_entity_index-members.html +++ b/docs/class_entitas_1_1_entity_index-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_entity_index.html b/docs/class_entitas_1_1_entity_index.html index c89f422e5..cfb680e28 100644 --- a/docs/class_entitas_1_1_entity_index.html +++ b/docs/class_entitas_1_1_entity_index.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_entity_index_exception-members.html b/docs/class_entitas_1_1_entity_index_exception-members.html index 7a83491b1..527dd185c 100644 --- a/docs/class_entitas_1_1_entity_index_exception-members.html +++ b/docs/class_entitas_1_1_entity_index_exception-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_entity_index_exception.html b/docs/class_entitas_1_1_entity_index_exception.html index 51aebdcfa..34e598271 100644 --- a/docs/class_entitas_1_1_entity_index_exception.html +++ b/docs/class_entitas_1_1_entity_index_exception.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_entity_is_already_retained_by_owner_exception-members.html b/docs/class_entitas_1_1_entity_is_already_retained_by_owner_exception-members.html index a215e8bac..1bc8d3851 100644 --- a/docs/class_entitas_1_1_entity_is_already_retained_by_owner_exception-members.html +++ b/docs/class_entitas_1_1_entity_is_already_retained_by_owner_exception-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_entity_is_already_retained_by_owner_exception.html b/docs/class_entitas_1_1_entity_is_already_retained_by_owner_exception.html index 98dad05fa..ecf35a442 100644 --- a/docs/class_entitas_1_1_entity_is_already_retained_by_owner_exception.html +++ b/docs/class_entitas_1_1_entity_is_already_retained_by_owner_exception.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_entity_is_not_destroyed_exception-members.html b/docs/class_entitas_1_1_entity_is_not_destroyed_exception-members.html index c74a89c26..c63a474eb 100644 --- a/docs/class_entitas_1_1_entity_is_not_destroyed_exception-members.html +++ b/docs/class_entitas_1_1_entity_is_not_destroyed_exception-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_entity_is_not_destroyed_exception.html b/docs/class_entitas_1_1_entity_is_not_destroyed_exception.html index cf4f2dc21..94eabdaf8 100644 --- a/docs/class_entitas_1_1_entity_is_not_destroyed_exception.html +++ b/docs/class_entitas_1_1_entity_is_not_destroyed_exception.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_entity_is_not_enabled_exception-members.html b/docs/class_entitas_1_1_entity_is_not_enabled_exception-members.html index a9ae21d66..edc75063b 100644 --- a/docs/class_entitas_1_1_entity_is_not_enabled_exception-members.html +++ b/docs/class_entitas_1_1_entity_is_not_enabled_exception-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_entity_is_not_enabled_exception.html b/docs/class_entitas_1_1_entity_is_not_enabled_exception.html index b0e2550b8..d59ca8b4e 100644 --- a/docs/class_entitas_1_1_entity_is_not_enabled_exception.html +++ b/docs/class_entitas_1_1_entity_is_not_enabled_exception.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_entity_is_not_retained_by_owner_exception-members.html b/docs/class_entitas_1_1_entity_is_not_retained_by_owner_exception-members.html index 9ea993b68..96743aa00 100644 --- a/docs/class_entitas_1_1_entity_is_not_retained_by_owner_exception-members.html +++ b/docs/class_entitas_1_1_entity_is_not_retained_by_owner_exception-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_entity_is_not_retained_by_owner_exception.html b/docs/class_entitas_1_1_entity_is_not_retained_by_owner_exception.html index dd3c2a18e..da9bef7d6 100644 --- a/docs/class_entitas_1_1_entity_is_not_retained_by_owner_exception.html +++ b/docs/class_entitas_1_1_entity_is_not_retained_by_owner_exception.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_group-members.html b/docs/class_entitas_1_1_group-members.html index d3a905efb..82cf6f822 100644 --- a/docs/class_entitas_1_1_group-members.html +++ b/docs/class_entitas_1_1_group-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_group.html b/docs/class_entitas_1_1_group.html index 70edef7bc..ac67285ac 100644 --- a/docs/class_entitas_1_1_group.html +++ b/docs/class_entitas_1_1_group.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_group_extension-members.html b/docs/class_entitas_1_1_group_extension-members.html index 03ea61a5e..1b72722b0 100644 --- a/docs/class_entitas_1_1_group_extension-members.html +++ b/docs/class_entitas_1_1_group_extension-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_group_extension.html b/docs/class_entitas_1_1_group_extension.html index 7cd5eb8f6..08b47e780 100644 --- a/docs/class_entitas_1_1_group_extension.html +++ b/docs/class_entitas_1_1_group_extension.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_group_single_entity_exception-members.html b/docs/class_entitas_1_1_group_single_entity_exception-members.html index 798c5d52f..f0778c1d7 100644 --- a/docs/class_entitas_1_1_group_single_entity_exception-members.html +++ b/docs/class_entitas_1_1_group_single_entity_exception-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_group_single_entity_exception.html b/docs/class_entitas_1_1_group_single_entity_exception.html index 93dd448e5..94cb2b648 100644 --- a/docs/class_entitas_1_1_group_single_entity_exception.html +++ b/docs/class_entitas_1_1_group_single_entity_exception.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_job-members.html b/docs/class_entitas_1_1_job-members.html index b9baaf5e2..0f2b01412 100644 --- a/docs/class_entitas_1_1_job-members.html +++ b/docs/class_entitas_1_1_job-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_job.html b/docs/class_entitas_1_1_job.html index a75c6b4a8..98287f786 100644 --- a/docs/class_entitas_1_1_job.html +++ b/docs/class_entitas_1_1_job.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_job_system-members.html b/docs/class_entitas_1_1_job_system-members.html index 5e349ebf2..1c71defa1 100644 --- a/docs/class_entitas_1_1_job_system-members.html +++ b/docs/class_entitas_1_1_job_system-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_job_system.html b/docs/class_entitas_1_1_job_system.html index cdf66838c..1c92992b6 100644 --- a/docs/class_entitas_1_1_job_system.html +++ b/docs/class_entitas_1_1_job_system.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_matcher.html b/docs/class_entitas_1_1_matcher.html index 97c8c3432..0b5726a97 100644 --- a/docs/class_entitas_1_1_matcher.html +++ b/docs/class_entitas_1_1_matcher.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_matcher_exception-members.html b/docs/class_entitas_1_1_matcher_exception-members.html index f8d139379..5d22162bb 100644 --- a/docs/class_entitas_1_1_matcher_exception-members.html +++ b/docs/class_entitas_1_1_matcher_exception-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_matcher_exception.html b/docs/class_entitas_1_1_matcher_exception.html index 9c6ea0932..b7fef2e37 100644 --- a/docs/class_entitas_1_1_matcher_exception.html +++ b/docs/class_entitas_1_1_matcher_exception.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_multi_reactive_system-members.html b/docs/class_entitas_1_1_multi_reactive_system-members.html index 5491b1c18..ceeb0cdfc 100644 --- a/docs/class_entitas_1_1_multi_reactive_system-members.html +++ b/docs/class_entitas_1_1_multi_reactive_system-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_multi_reactive_system.html b/docs/class_entitas_1_1_multi_reactive_system.html index 4e217d4ef..8149bcda1 100644 --- a/docs/class_entitas_1_1_multi_reactive_system.html +++ b/docs/class_entitas_1_1_multi_reactive_system.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_primary_entity_index-members.html b/docs/class_entitas_1_1_primary_entity_index-members.html index 0b5c6264c..a80c0b0df 100644 --- a/docs/class_entitas_1_1_primary_entity_index-members.html +++ b/docs/class_entitas_1_1_primary_entity_index-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_primary_entity_index.html b/docs/class_entitas_1_1_primary_entity_index.html index 5e742470e..ab10cab5f 100644 --- a/docs/class_entitas_1_1_primary_entity_index.html +++ b/docs/class_entitas_1_1_primary_entity_index.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_public_member_info_entity_extension-members.html b/docs/class_entitas_1_1_public_member_info_entity_extension-members.html index 72c8480c7..0e1228419 100644 --- a/docs/class_entitas_1_1_public_member_info_entity_extension-members.html +++ b/docs/class_entitas_1_1_public_member_info_entity_extension-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_public_member_info_entity_extension.html b/docs/class_entitas_1_1_public_member_info_entity_extension.html index 309f89d12..6edaf38a1 100644 --- a/docs/class_entitas_1_1_public_member_info_entity_extension.html +++ b/docs/class_entitas_1_1_public_member_info_entity_extension.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_reactive_system-members.html b/docs/class_entitas_1_1_reactive_system-members.html index fc51aee2b..9091ff40a 100644 --- a/docs/class_entitas_1_1_reactive_system-members.html +++ b/docs/class_entitas_1_1_reactive_system-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_reactive_system.html b/docs/class_entitas_1_1_reactive_system.html index 0cfa4ca76..951cdfea2 100644 --- a/docs/class_entitas_1_1_reactive_system.html +++ b/docs/class_entitas_1_1_reactive_system.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_safe_a_e_r_c-members.html b/docs/class_entitas_1_1_safe_a_e_r_c-members.html index 816bf4504..0b5c480d6 100644 --- a/docs/class_entitas_1_1_safe_a_e_r_c-members.html +++ b/docs/class_entitas_1_1_safe_a_e_r_c-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_safe_a_e_r_c.html b/docs/class_entitas_1_1_safe_a_e_r_c.html index 283c0b60b..d711e8194 100644 --- a/docs/class_entitas_1_1_safe_a_e_r_c.html +++ b/docs/class_entitas_1_1_safe_a_e_r_c.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_single_entity_exception-members.html b/docs/class_entitas_1_1_single_entity_exception-members.html index 9308f6568..88bde653d 100644 --- a/docs/class_entitas_1_1_single_entity_exception-members.html +++ b/docs/class_entitas_1_1_single_entity_exception-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_single_entity_exception.html b/docs/class_entitas_1_1_single_entity_exception.html index 5f16f2c8a..68d9e3176 100644 --- a/docs/class_entitas_1_1_single_entity_exception.html +++ b/docs/class_entitas_1_1_single_entity_exception.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_systems-members.html b/docs/class_entitas_1_1_systems-members.html index 6636aeb6b..c29debe64 100644 --- a/docs/class_entitas_1_1_systems-members.html +++ b/docs/class_entitas_1_1_systems-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_systems.html b/docs/class_entitas_1_1_systems.html index f266d1461..dc2517cc0 100644 --- a/docs/class_entitas_1_1_systems.html +++ b/docs/class_entitas_1_1_systems.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_trigger_on_event_matcher_extension-members.html b/docs/class_entitas_1_1_trigger_on_event_matcher_extension-members.html index fd931e4a5..94d559549 100644 --- a/docs/class_entitas_1_1_trigger_on_event_matcher_extension-members.html +++ b/docs/class_entitas_1_1_trigger_on_event_matcher_extension-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_trigger_on_event_matcher_extension.html b/docs/class_entitas_1_1_trigger_on_event_matcher_extension.html index f8e7f6ca6..976aed410 100644 --- a/docs/class_entitas_1_1_trigger_on_event_matcher_extension.html +++ b/docs/class_entitas_1_1_trigger_on_event_matcher_extension.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_unsafe_a_e_r_c-members.html b/docs/class_entitas_1_1_unsafe_a_e_r_c-members.html index a4f6dba99..62c0e5342 100644 --- a/docs/class_entitas_1_1_unsafe_a_e_r_c-members.html +++ b/docs/class_entitas_1_1_unsafe_a_e_r_c-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_unsafe_a_e_r_c.html b/docs/class_entitas_1_1_unsafe_a_e_r_c.html index f2e31106b..3d0ab214e 100644 --- a/docs/class_entitas_1_1_unsafe_a_e_r_c.html +++ b/docs/class_entitas_1_1_unsafe_a_e_r_c.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/classes.html b/docs/classes.html index 5a1256899..34790c835 100644 --- a/docs/classes.html +++ b/docs/classes.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/dir_18d0583636d1f7adc70f46fa7dc6fd22.html b/docs/dir_18d0583636d1f7adc70f46fa7dc6fd22.html index 62840d3ec..7668be32e 100644 --- a/docs/dir_18d0583636d1f7adc70f46fa7dc6fd22.html +++ b/docs/dir_18d0583636d1f7adc70f46fa7dc6fd22.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/dir_1efbe5ff38eb8fbf4811d1cf1d3b68b8.html b/docs/dir_1efbe5ff38eb8fbf4811d1cf1d3b68b8.html index 5ee800b2e..357c197f5 100644 --- a/docs/dir_1efbe5ff38eb8fbf4811d1cf1d3b68b8.html +++ b/docs/dir_1efbe5ff38eb8fbf4811d1cf1d3b68b8.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/dir_2445fa600638ca0377a838c43b60c5d0.html b/docs/dir_2445fa600638ca0377a838c43b60c5d0.html index 13b48d716..9f1e46dae 100644 --- a/docs/dir_2445fa600638ca0377a838c43b60c5d0.html +++ b/docs/dir_2445fa600638ca0377a838c43b60c5d0.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/dir_5543b9a49e90eab7737309dc8736a9ee.html b/docs/dir_5543b9a49e90eab7737309dc8736a9ee.html index 0a854a480..0eade8d75 100644 --- a/docs/dir_5543b9a49e90eab7737309dc8736a9ee.html +++ b/docs/dir_5543b9a49e90eab7737309dc8736a9ee.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/dir_55c21c1f668bdbeef61d727804a0de12.html b/docs/dir_55c21c1f668bdbeef61d727804a0de12.html index 533949f00..46aed84d0 100644 --- a/docs/dir_55c21c1f668bdbeef61d727804a0de12.html +++ b/docs/dir_55c21c1f668bdbeef61d727804a0de12.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/dir_5b9febb0a1643b31f73c828c94068ca9.html b/docs/dir_5b9febb0a1643b31f73c828c94068ca9.html index 5dcf29226..6c47b5d25 100644 --- a/docs/dir_5b9febb0a1643b31f73c828c94068ca9.html +++ b/docs/dir_5b9febb0a1643b31f73c828c94068ca9.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/dir_9e7c286d682d7af5dbfd2e28444afa0c.html b/docs/dir_9e7c286d682d7af5dbfd2e28444afa0c.html index 28228c436..28903d02c 100644 --- a/docs/dir_9e7c286d682d7af5dbfd2e28444afa0c.html +++ b/docs/dir_9e7c286d682d7af5dbfd2e28444afa0c.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/dir_aabce02430428d6c26c4e027d3d4d2b3.html b/docs/dir_aabce02430428d6c26c4e027d3d4d2b3.html index 106cd8ab5..c807df843 100644 --- a/docs/dir_aabce02430428d6c26c4e027d3d4d2b3.html +++ b/docs/dir_aabce02430428d6c26c4e027d3d4d2b3.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/dir_b3f9a997fe54a4a772f0ea0f564b8f92.html b/docs/dir_b3f9a997fe54a4a772f0ea0f564b8f92.html index 917028b0e..43ac74ef7 100644 --- a/docs/dir_b3f9a997fe54a4a772f0ea0f564b8f92.html +++ b/docs/dir_b3f9a997fe54a4a772f0ea0f564b8f92.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/dir_b66aff62175c1fa76326b7c826193591.html b/docs/dir_b66aff62175c1fa76326b7c826193591.html index ee48fae7a..6067d1ad0 100644 --- a/docs/dir_b66aff62175c1fa76326b7c826193591.html +++ b/docs/dir_b66aff62175c1fa76326b7c826193591.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/dir_c24dc4174e7c7059cccc145355bad325.html b/docs/dir_c24dc4174e7c7059cccc145355bad325.html index a20aa587e..73bee74a6 100644 --- a/docs/dir_c24dc4174e7c7059cccc145355bad325.html +++ b/docs/dir_c24dc4174e7c7059cccc145355bad325.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/dir_c99a51b1778bc6979b97974e60b03bb4.html b/docs/dir_c99a51b1778bc6979b97974e60b03bb4.html index 37dd467c1..b6a670c66 100644 --- a/docs/dir_c99a51b1778bc6979b97974e60b03bb4.html +++ b/docs/dir_c99a51b1778bc6979b97974e60b03bb4.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/dir_cc33cbba43a8be20769b8bcf8ee101fd.html b/docs/dir_cc33cbba43a8be20769b8bcf8ee101fd.html index 31d4f64e9..cbc1f3601 100644 --- a/docs/dir_cc33cbba43a8be20769b8bcf8ee101fd.html +++ b/docs/dir_cc33cbba43a8be20769b8bcf8ee101fd.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/dir_d865313b948675f0b99a1fc8314c30f0.html b/docs/dir_d865313b948675f0b99a1fc8314c30f0.html index 0d41655cc..3e9d340e9 100644 --- a/docs/dir_d865313b948675f0b99a1fc8314c30f0.html +++ b/docs/dir_d865313b948675f0b99a1fc8314c30f0.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/files.html b/docs/files.html index a0014de60..db190214f 100644 --- a/docs/files.html +++ b/docs/files.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/functions.html b/docs/functions.html index bb6367946..d0e60f59c 100644 --- a/docs/functions.html +++ b/docs/functions.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/functions_evnt.html b/docs/functions_evnt.html index b083f81fb..6d9e08f77 100644 --- a/docs/functions_evnt.html +++ b/docs/functions_evnt.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/functions_func.html b/docs/functions_func.html index 32bde4ba0..7898b944d 100644 --- a/docs/functions_func.html +++ b/docs/functions_func.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/functions_prop.html b/docs/functions_prop.html index 6c2fe567c..88602b45c 100644 --- a/docs/functions_prop.html +++ b/docs/functions_prop.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/hierarchy.html b/docs/hierarchy.html index b39bc7fc1..b70931257 100644 --- a/docs/hierarchy.html +++ b/docs/hierarchy.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/index.html b/docs/index.html index e2d497637..68522b675 100644 --- a/docs/index.html +++ b/docs/index.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_a_e_r_c-members.html b/docs/interface_entitas_1_1_i_a_e_r_c-members.html index 9d3254de3..741dfe48a 100644 --- a/docs/interface_entitas_1_1_i_a_e_r_c-members.html +++ b/docs/interface_entitas_1_1_i_a_e_r_c-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_a_e_r_c.html b/docs/interface_entitas_1_1_i_a_e_r_c.html index b45ae7bdf..0a5d918ee 100644 --- a/docs/interface_entitas_1_1_i_a_e_r_c.html +++ b/docs/interface_entitas_1_1_i_a_e_r_c.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_all_of_matcher-members.html b/docs/interface_entitas_1_1_i_all_of_matcher-members.html index 5540eed49..0669765af 100644 --- a/docs/interface_entitas_1_1_i_all_of_matcher-members.html +++ b/docs/interface_entitas_1_1_i_all_of_matcher-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_all_of_matcher.html b/docs/interface_entitas_1_1_i_all_of_matcher.html index 4fb82cf3d..17888c781 100644 --- a/docs/interface_entitas_1_1_i_all_of_matcher.html +++ b/docs/interface_entitas_1_1_i_all_of_matcher.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_any_of_matcher-members.html b/docs/interface_entitas_1_1_i_any_of_matcher-members.html index 83e94d06b..1f49ada7d 100644 --- a/docs/interface_entitas_1_1_i_any_of_matcher-members.html +++ b/docs/interface_entitas_1_1_i_any_of_matcher-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_any_of_matcher.html b/docs/interface_entitas_1_1_i_any_of_matcher.html index fc8a6a9cc..8de6fd62b 100644 --- a/docs/interface_entitas_1_1_i_any_of_matcher.html +++ b/docs/interface_entitas_1_1_i_any_of_matcher.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_cleanup_system-members.html b/docs/interface_entitas_1_1_i_cleanup_system-members.html index 01e971ada..b78f880aa 100644 --- a/docs/interface_entitas_1_1_i_cleanup_system-members.html +++ b/docs/interface_entitas_1_1_i_cleanup_system-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_cleanup_system.html b/docs/interface_entitas_1_1_i_cleanup_system.html index 439d89ea6..3fd967357 100644 --- a/docs/interface_entitas_1_1_i_cleanup_system.html +++ b/docs/interface_entitas_1_1_i_cleanup_system.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_collector.html b/docs/interface_entitas_1_1_i_collector.html index 8040dbd25..2e055b834 100644 --- a/docs/interface_entitas_1_1_i_collector.html +++ b/docs/interface_entitas_1_1_i_collector.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_component.html b/docs/interface_entitas_1_1_i_component.html index 716d5a2be..d2f055724 100644 --- a/docs/interface_entitas_1_1_i_component.html +++ b/docs/interface_entitas_1_1_i_component.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_compound_matcher-members.html b/docs/interface_entitas_1_1_i_compound_matcher-members.html index a2407d9dc..f2064e1be 100644 --- a/docs/interface_entitas_1_1_i_compound_matcher-members.html +++ b/docs/interface_entitas_1_1_i_compound_matcher-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_compound_matcher.html b/docs/interface_entitas_1_1_i_compound_matcher.html index ecfde8e5b..cc5392501 100644 --- a/docs/interface_entitas_1_1_i_compound_matcher.html +++ b/docs/interface_entitas_1_1_i_compound_matcher.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_context.html b/docs/interface_entitas_1_1_i_context.html index 4f9e037ac..2a9785bb2 100644 --- a/docs/interface_entitas_1_1_i_context.html +++ b/docs/interface_entitas_1_1_i_context.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_contexts-members.html b/docs/interface_entitas_1_1_i_contexts-members.html index 87d694a78..2a1fdffda 100644 --- a/docs/interface_entitas_1_1_i_contexts-members.html +++ b/docs/interface_entitas_1_1_i_contexts-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_contexts.html b/docs/interface_entitas_1_1_i_contexts.html index 69904438d..9126488ce 100644 --- a/docs/interface_entitas_1_1_i_contexts.html +++ b/docs/interface_entitas_1_1_i_contexts.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_entity-members.html b/docs/interface_entitas_1_1_i_entity-members.html index 184c1887c..6b4c28f05 100644 --- a/docs/interface_entitas_1_1_i_entity-members.html +++ b/docs/interface_entitas_1_1_i_entity-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_entity.html b/docs/interface_entitas_1_1_i_entity.html index 9f1a90e5b..da9801e11 100644 --- a/docs/interface_entitas_1_1_i_entity.html +++ b/docs/interface_entitas_1_1_i_entity.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_entity_index-members.html b/docs/interface_entitas_1_1_i_entity_index-members.html index c32d1204d..2095dc52b 100644 --- a/docs/interface_entitas_1_1_i_entity_index-members.html +++ b/docs/interface_entitas_1_1_i_entity_index-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_entity_index.html b/docs/interface_entitas_1_1_i_entity_index.html index d286b9c08..458c61c9f 100644 --- a/docs/interface_entitas_1_1_i_entity_index.html +++ b/docs/interface_entitas_1_1_i_entity_index.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_execute_system-members.html b/docs/interface_entitas_1_1_i_execute_system-members.html index 85c7696b7..107e8f548 100644 --- a/docs/interface_entitas_1_1_i_execute_system-members.html +++ b/docs/interface_entitas_1_1_i_execute_system-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_execute_system.html b/docs/interface_entitas_1_1_i_execute_system.html index 01b411437..d7ef7ae9e 100644 --- a/docs/interface_entitas_1_1_i_execute_system.html +++ b/docs/interface_entitas_1_1_i_execute_system.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_group.html b/docs/interface_entitas_1_1_i_group.html index fc8d9e0ee..b1ccd70d3 100644 --- a/docs/interface_entitas_1_1_i_group.html +++ b/docs/interface_entitas_1_1_i_group.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_initialize_system-members.html b/docs/interface_entitas_1_1_i_initialize_system-members.html index b1ae6f92c..cfc6ecfd3 100644 --- a/docs/interface_entitas_1_1_i_initialize_system-members.html +++ b/docs/interface_entitas_1_1_i_initialize_system-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_initialize_system.html b/docs/interface_entitas_1_1_i_initialize_system.html index 73c861402..95989dbf4 100644 --- a/docs/interface_entitas_1_1_i_initialize_system.html +++ b/docs/interface_entitas_1_1_i_initialize_system.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_matcher-members.html b/docs/interface_entitas_1_1_i_matcher-members.html index a8b65ab5b..3a21508d1 100644 --- a/docs/interface_entitas_1_1_i_matcher-members.html +++ b/docs/interface_entitas_1_1_i_matcher-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_matcher.html b/docs/interface_entitas_1_1_i_matcher.html index e50524ab9..74997ab9a 100644 --- a/docs/interface_entitas_1_1_i_matcher.html +++ b/docs/interface_entitas_1_1_i_matcher.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_none_of_matcher-members.html b/docs/interface_entitas_1_1_i_none_of_matcher-members.html index 040e93e3a..05834a369 100644 --- a/docs/interface_entitas_1_1_i_none_of_matcher-members.html +++ b/docs/interface_entitas_1_1_i_none_of_matcher-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_none_of_matcher.html b/docs/interface_entitas_1_1_i_none_of_matcher.html index 23beb2811..e68c81a58 100644 --- a/docs/interface_entitas_1_1_i_none_of_matcher.html +++ b/docs/interface_entitas_1_1_i_none_of_matcher.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_reactive_system-members.html b/docs/interface_entitas_1_1_i_reactive_system-members.html index 5168fddfb..1e0a304cf 100644 --- a/docs/interface_entitas_1_1_i_reactive_system-members.html +++ b/docs/interface_entitas_1_1_i_reactive_system-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_reactive_system.html b/docs/interface_entitas_1_1_i_reactive_system.html index fe902deab..17a9855e9 100644 --- a/docs/interface_entitas_1_1_i_reactive_system.html +++ b/docs/interface_entitas_1_1_i_reactive_system.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_system.html b/docs/interface_entitas_1_1_i_system.html index 616a87525..9b89f7cc8 100644 --- a/docs/interface_entitas_1_1_i_system.html +++ b/docs/interface_entitas_1_1_i_system.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_tear_down_system-members.html b/docs/interface_entitas_1_1_i_tear_down_system-members.html index 3018ed5fb..978ed4181 100644 --- a/docs/interface_entitas_1_1_i_tear_down_system-members.html +++ b/docs/interface_entitas_1_1_i_tear_down_system-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_tear_down_system.html b/docs/interface_entitas_1_1_i_tear_down_system.html index 98603e41e..0580ef676 100644 --- a/docs/interface_entitas_1_1_i_tear_down_system.html +++ b/docs/interface_entitas_1_1_i_tear_down_system.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/namespace_entitas.html b/docs/namespace_entitas.html index fd0067b9a..921f7328e 100644 --- a/docs/namespace_entitas.html +++ b/docs/namespace_entitas.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/namespaces.html b/docs/namespaces.html index 47b6238e8..38bd0eadb 100644 --- a/docs/namespaces.html +++ b/docs/namespaces.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/struct_entitas_1_1_trigger_on_event-members.html b/docs/struct_entitas_1_1_trigger_on_event-members.html index 8a5a7645a..2c0c60fe5 100644 --- a/docs/struct_entitas_1_1_trigger_on_event-members.html +++ b/docs/struct_entitas_1_1_trigger_on_event-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/struct_entitas_1_1_trigger_on_event.html b/docs/struct_entitas_1_1_trigger_on_event.html index cfb8f5654..03d4ec676 100644 --- a/docs/struct_entitas_1_1_trigger_on_event.html +++ b/docs/struct_entitas_1_1_trigger_on_event.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.1 +  1.9.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity