diff --git a/.bee/docs/html.doxyfile b/.bee/docs/html.doxyfile
index 03c99b34b..4c7c50a85 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.12.1
+PROJECT_NUMBER = 1.12.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 9e7a1cee5..4c7c09468 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## [1.12.2] - 2018-12-15
+### Fixed
+- Fix EntityLinkHierarchyIcon #843
+
## [1.12.1] - 2018-12-09
### Added
- Fix Jenny.exe load default `Jenny.properties` when not specified
diff --git a/Entitas/Entitas/version.txt b/Entitas/Entitas/version.txt
index f8f4f03b3..6b89d58f8 100644
--- a/Entitas/Entitas/version.txt
+++ b/Entitas/Entitas/version.txt
@@ -1 +1 @@
-1.12.1
+1.12.2
diff --git a/Libraries/Dependencies/DesperateDevs/DesperateDevs.Analytics.dll b/Libraries/Dependencies/DesperateDevs/DesperateDevs.Analytics.dll
index 863c4efa4..c651dcd11 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 9c03e9c93..7fa24dbee 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 6cf3a567e..8bb1d29dc 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 22ab84a81..dcf4bc030 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 ed086f312..c3a9bd125 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 794c66dcf..78c72d5d8 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 bd11ff7ea..41f97d4e8 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 d196f24e2..2f888d007 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 f8dc87dd1..a224666e1 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 f16369518..eabbfe239 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 f157100c5..3961a1ae0 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 3b7f0c6d4..50d7bf29b 100644
--- a/docs/_abstract_entity_index_8cs_source.html
+++ b/docs/_abstract_entity_index_8cs_source.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 d821fe858..72a619d3b 100644
--- a/docs/_collection_extension_8cs_source.html
+++ b/docs/_collection_extension_8cs_source.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 99e706470..ff5895724 100644
--- a/docs/_collector_8cs_source.html
+++ b/docs/_collector_8cs_source.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 190de9d6c..fbaec7a45 100644
--- a/docs/_collector_context_extension_8cs_source.html
+++ b/docs/_collector_context_extension_8cs_source.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 44b67287f..572b4f14b 100644
--- a/docs/_collector_exception_8cs_source.html
+++ b/docs/_collector_exception_8cs_source.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 e1a2f1a09..6b3799725 100644
--- a/docs/_context_8cs_source.html
+++ b/docs/_context_8cs_source.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 5a7f13432..a94f351cf 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 fa7792cb9..c7471539f 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 a75afa2dc..dfd8eedd3 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 453abaf8a..642cb1120 100644
--- a/docs/_context_extension_8cs_source.html
+++ b/docs/_context_extension_8cs_source.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 0ba5e0c48..98ef1d492 100644
--- a/docs/_context_info_8cs_source.html
+++ b/docs/_context_info_8cs_source.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 a0c01f703..e52d632d9 100644
--- a/docs/_context_info_exception_8cs_source.html
+++ b/docs/_context_info_exception_8cs_source.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 a08499fb5..1f011b0a3 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 6e2d91808..191777c9e 100644
--- a/docs/_entitas_exception_8cs_source.html
+++ b/docs/_entitas_exception_8cs_source.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 31d62631c..5809e21fd 100644
--- a/docs/_entitas_resources_8cs_source.html
+++ b/docs/_entitas_resources_8cs_source.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 f6be2511e..7ff31c9f5 100644
--- a/docs/_entitas_string_extension_8cs_source.html
+++ b/docs/_entitas_string_extension_8cs_source.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 42c36707f..02227d35c 100644
--- a/docs/_entity_8cs_source.html
+++ b/docs/_entity_8cs_source.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 829b8c2e6..c4a34cd79 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 f1cb2ec87..75987e17e 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 08705b74f..01d6447b8 100644
--- a/docs/_entity_equality_comparer_8cs_source.html
+++ b/docs/_entity_equality_comparer_8cs_source.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 be844d665..b3164ca5f 100644
--- a/docs/_entity_index_8cs_source.html
+++ b/docs/_entity_index_8cs_source.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 c4e0b4d03..87f954e49 100644
--- a/docs/_entity_index_exception_8cs_source.html
+++ b/docs/_entity_index_exception_8cs_source.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 d30f01cb4..e18a6dfb2 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 1674d6d44..b9948154d 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 d3900acce..313ef036d 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 75d60674f..95c2f955b 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 68a2543ee..a16cadebe 100644
--- a/docs/_group_8cs_source.html
+++ b/docs/_group_8cs_source.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 1968a52a5..5403dad5d 100644
--- a/docs/_group_event_8cs_source.html
+++ b/docs/_group_event_8cs_source.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 e75629bc7..72a276bfc 100644
--- a/docs/_group_extension_8cs_source.html
+++ b/docs/_group_extension_8cs_source.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 cbf67e485..e364c170a 100644
--- a/docs/_group_single_entity_exception_8cs_source.html
+++ b/docs/_group_single_entity_exception_8cs_source.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 fc451758e..5b57e82ad 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 488a1bbc0..4c62310c4 100644
--- a/docs/_i_all_of_matcher_8cs_source.html
+++ b/docs/_i_all_of_matcher_8cs_source.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 c08557e45..caf3862d5 100644
--- a/docs/_i_any_of_matcher_8cs_source.html
+++ b/docs/_i_any_of_matcher_8cs_source.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 e4ce8acba..25866d55a 100644
--- a/docs/_i_cleanup_system_8cs_source.html
+++ b/docs/_i_cleanup_system_8cs_source.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 995e0f20c..966370f90 100644
--- a/docs/_i_collector_8cs_source.html
+++ b/docs/_i_collector_8cs_source.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 7f85bd19b..62cbc3be8 100644
--- a/docs/_i_component_8cs_source.html
+++ b/docs/_i_component_8cs_source.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 6770f5990..a48262f0a 100644
--- a/docs/_i_compound_matcher_8cs_source.html
+++ b/docs/_i_compound_matcher_8cs_source.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 bd70c9415..0bd5a6dc1 100644
--- a/docs/_i_context_8cs_source.html
+++ b/docs/_i_context_8cs_source.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 dbc90fd0e..391fbafbb 100644
--- a/docs/_i_contexts_8cs_source.html
+++ b/docs/_i_contexts_8cs_source.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 273168133..8b5089589 100644
--- a/docs/_i_entity_8cs_source.html
+++ b/docs/_i_entity_8cs_source.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 53f198042..e341d2363 100644
--- a/docs/_i_entity_index_8cs_source.html
+++ b/docs/_i_entity_index_8cs_source.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 b6e20dd95..a47c7268a 100644
--- a/docs/_i_execute_system_8cs_source.html
+++ b/docs/_i_execute_system_8cs_source.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 c59ec9658..7a52e9ba1 100644
--- a/docs/_i_group_8cs_source.html
+++ b/docs/_i_group_8cs_source.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 e875628c6..18e647e09 100644
--- a/docs/_i_initialize_system_8cs_source.html
+++ b/docs/_i_initialize_system_8cs_source.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 454d71622..031a33cd1 100644
--- a/docs/_i_matcher_8cs_source.html
+++ b/docs/_i_matcher_8cs_source.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 9e8d2e511..7354ddfdd 100644
--- a/docs/_i_none_of_matcher_8cs_source.html
+++ b/docs/_i_none_of_matcher_8cs_source.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 b7318886d..2960b0407 100644
--- a/docs/_i_reactive_system_8cs_source.html
+++ b/docs/_i_reactive_system_8cs_source.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 464edde27..8e0075716 100644
--- a/docs/_i_system_8cs_source.html
+++ b/docs/_i_system_8cs_source.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 e3fb01add..f56efc69f 100644
--- a/docs/_i_tear_down_system_8cs_source.html
+++ b/docs/_i_tear_down_system_8cs_source.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 95013de38..f98710d31 100644
--- a/docs/_job_system_8cs_source.html
+++ b/docs/_job_system_8cs_source.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 b58d5faca..3f2aa5475 100644
--- a/docs/_matcher_8cs_source.html
+++ b/docs/_matcher_8cs_source.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 0676ce3a6..d1b461bff 100644
--- a/docs/_matcher_equals_8cs_source.html
+++ b/docs/_matcher_equals_8cs_source.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 81556fcc6..735a27047 100644
--- a/docs/_matcher_exception_8cs_source.html
+++ b/docs/_matcher_exception_8cs_source.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 5cf8e023c..9df493cdb 100644
--- a/docs/_matcher_static_8cs_source.html
+++ b/docs/_matcher_static_8cs_source.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 b9d9abd99..01841c1b4 100644
--- a/docs/_matcher_to_string_8cs_source.html
+++ b/docs/_matcher_to_string_8cs_source.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 e78fe4b01..0e948c811 100644
--- a/docs/_multi_reactive_system_8cs_source.html
+++ b/docs/_multi_reactive_system_8cs_source.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 4296d5195..6b5f809a1 100644
--- a/docs/_primary_entity_index_8cs_source.html
+++ b/docs/_primary_entity_index_8cs_source.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 61be2f5d0..26d1ea862 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 0f96d8a8b..c112e0ac8 100644
--- a/docs/_reactive_system_8cs_source.html
+++ b/docs/_reactive_system_8cs_source.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 81cda97ec..56e68f837 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 1b6586683..93f239e2b 100644
--- a/docs/_systems_8cs_source.html
+++ b/docs/_systems_8cs_source.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 221754d1b..d05bfdf28 100644
--- a/docs/_trigger_on_event_8cs_source.html
+++ b/docs/_trigger_on_event_8cs_source.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 4ca6799ae..89fbbf75c 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 3d7151b65..455c2c4d7 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 96b1805cf..3d5a359a8 100644
--- a/docs/annotated.html
+++ b/docs/annotated.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 b93c6644e..34e7071bd 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 440ca5555..0add682c2 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 a7732af8d..fb384efb1 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 18f96244a..e32b9d71e 100644
--- a/docs/class_entitas_1_1_collection_extension.html
+++ b/docs/class_entitas_1_1_collection_extension.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 13f4513bf..784690681 100644
--- a/docs/class_entitas_1_1_collector-members.html
+++ b/docs/class_entitas_1_1_collector-members.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 1ee65b089..31d574b85 100644
--- a/docs/class_entitas_1_1_collector.html
+++ b/docs/class_entitas_1_1_collector.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 6d0545d3a..c76218f47 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 4c86e6091..bb22059fb 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 c56fe7291..aaf127a1f 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 202c66b28..7de8db7ce 100644
--- a/docs/class_entitas_1_1_collector_exception.html
+++ b/docs/class_entitas_1_1_collector_exception.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 d0f699374..1de1b27bf 100644
--- a/docs/class_entitas_1_1_context-members.html
+++ b/docs/class_entitas_1_1_context-members.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 ffdd16990..e64ac4384 100644
--- a/docs/class_entitas_1_1_context.html
+++ b/docs/class_entitas_1_1_context.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 fbd0e8cd8..1c76bef1c 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 92c1998ff..a218a3550 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 29c26bc89..44252bdd0 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 938c5bf04..1d993df7d 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 0bac4f75e..f2a800975 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 2190641ae..0693b25c9 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 c88820004..00ed20960 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 347dd4760..ccfe83d82 100644
--- a/docs/class_entitas_1_1_context_extension.html
+++ b/docs/class_entitas_1_1_context_extension.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 a674fee9a..af77f62f6 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 bbb81bbd8..889e25091 100644
--- a/docs/class_entitas_1_1_context_info.html
+++ b/docs/class_entitas_1_1_context_info.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 42ad73514..f1e8b5b0b 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 4c957e83f..b70b163e7 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 bd5c9dbfe..c3f1436f8 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 d24db0ca1..75d5ae1e2 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 59bdb334d..cdfb41179 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 c9be12a92..7dbdd1db8 100644
--- a/docs/class_entitas_1_1_entitas_exception.html
+++ b/docs/class_entitas_1_1_entitas_exception.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 e14f2873a..e84fd9e4e 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 8e298e693..a0d8300c5 100644
--- a/docs/class_entitas_1_1_entitas_resources.html
+++ b/docs/class_entitas_1_1_entitas_resources.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 493fe89c1..0128e4162 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 41d679437..69cc46a62 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 164597db8..ac64a528d 100644
--- a/docs/class_entitas_1_1_entity-members.html
+++ b/docs/class_entitas_1_1_entity-members.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 9d917563c..ca0af8774 100644
--- a/docs/class_entitas_1_1_entity.html
+++ b/docs/class_entitas_1_1_entity.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 2e2452357..a31fad656 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 2c325259d..3c6e14e7e 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 61d3218aa..3d9b4f131 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 2aa9e2a94..30c391def 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 5d7d933ba..3da208a8d 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 14f20bab1..7c46a9ca7 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 8e27a1a3f..7bc2c4b8e 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 7e56d7d07..1ad01f83f 100644
--- a/docs/class_entitas_1_1_entity_index.html
+++ b/docs/class_entitas_1_1_entity_index.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 0a21d701f..4834a738c 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 bf61e7fbe..b1b0ed78a 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 7bddbc86c..cf5fffdb5 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 34c2cbdfd..27f8f29f5 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 8250fe1c4..ccac8e508 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 0b4f84718..c342ee570 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 783e875c0..1bcdd3e8b 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 4559e54c5..ba5b499be 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 543b31024..1ea28f42f 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 8997d3de7..f425eb3fb 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 d591dff5f..36cf39a20 100644
--- a/docs/class_entitas_1_1_group-members.html
+++ b/docs/class_entitas_1_1_group-members.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 45b3de76c..8cca4364b 100644
--- a/docs/class_entitas_1_1_group.html
+++ b/docs/class_entitas_1_1_group.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 c8dcbddf0..85f1e13b5 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 b9027fa1b..2be810c1c 100644
--- a/docs/class_entitas_1_1_group_extension.html
+++ b/docs/class_entitas_1_1_group_extension.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 d86bbbfad..8ef8e4122 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 b7066b47b..25cff1a28 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 90fcc9a86..81b5fb9c0 100644
--- a/docs/class_entitas_1_1_job-members.html
+++ b/docs/class_entitas_1_1_job-members.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 687a67b3e..c2b99b0ca 100644
--- a/docs/class_entitas_1_1_job.html
+++ b/docs/class_entitas_1_1_job.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 9c4bc91de..7d050b9f7 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 cf495218a..244a373c5 100644
--- a/docs/class_entitas_1_1_job_system.html
+++ b/docs/class_entitas_1_1_job_system.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 369a083f1..b1bcddd1c 100644
--- a/docs/class_entitas_1_1_matcher.html
+++ b/docs/class_entitas_1_1_matcher.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 eda99beec..372c97d99 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 ea1474e3a..e435ac24f 100644
--- a/docs/class_entitas_1_1_matcher_exception.html
+++ b/docs/class_entitas_1_1_matcher_exception.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 8f422a270..ae9e8842f 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 3c10dc753..235f77f79 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 60cf975e4..37b5b365c 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 3b8b88b63..e5a1ef10b 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 a8d4448c3..9b4dcd680 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 2b37f1cf6..e41f2947b 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 f881ad5ac..ba740c370 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 4bdcf9b32..97e2bbf78 100644
--- a/docs/class_entitas_1_1_reactive_system.html
+++ b/docs/class_entitas_1_1_reactive_system.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 9401f4801..6e583dee3 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 11c310aad..5197fd8dd 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 34c9a985b..3e0bf3219 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 31f4a3014..eb28b3042 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 d89acc312..90e9d04be 100644
--- a/docs/class_entitas_1_1_systems-members.html
+++ b/docs/class_entitas_1_1_systems-members.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 bbd9b1664..8d1a196e4 100644
--- a/docs/class_entitas_1_1_systems.html
+++ b/docs/class_entitas_1_1_systems.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 df08e1520..9171fc9a0 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 afc2fd8d4..8660336ce 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 e24aeaa05..87580b9f1 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 3efde7162..4a263aa0b 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 85830a678..a2d7749d0 100644
--- a/docs/classes.html
+++ b/docs/classes.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 104c30783..f73c27fd4 100644
--- a/docs/dir_18d0583636d1f7adc70f46fa7dc6fd22.html
+++ b/docs/dir_18d0583636d1f7adc70f46fa7dc6fd22.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 60da13f3e..d3704779b 100644
--- a/docs/dir_1efbe5ff38eb8fbf4811d1cf1d3b68b8.html
+++ b/docs/dir_1efbe5ff38eb8fbf4811d1cf1d3b68b8.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 f98cfe64d..3a0065fe8 100644
--- a/docs/dir_2445fa600638ca0377a838c43b60c5d0.html
+++ b/docs/dir_2445fa600638ca0377a838c43b60c5d0.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 ca6572c16..3b31fb46f 100644
--- a/docs/dir_5543b9a49e90eab7737309dc8736a9ee.html
+++ b/docs/dir_5543b9a49e90eab7737309dc8736a9ee.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 f06a1cc18..e0fc03440 100644
--- a/docs/dir_55c21c1f668bdbeef61d727804a0de12.html
+++ b/docs/dir_55c21c1f668bdbeef61d727804a0de12.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 5bd1534a2..e1b179281 100644
--- a/docs/dir_5b9febb0a1643b31f73c828c94068ca9.html
+++ b/docs/dir_5b9febb0a1643b31f73c828c94068ca9.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 8c741e3f5..20516a024 100644
--- a/docs/dir_9e7c286d682d7af5dbfd2e28444afa0c.html
+++ b/docs/dir_9e7c286d682d7af5dbfd2e28444afa0c.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 352610129..3b2a32f3d 100644
--- a/docs/dir_aabce02430428d6c26c4e027d3d4d2b3.html
+++ b/docs/dir_aabce02430428d6c26c4e027d3d4d2b3.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 b6bd0778f..9085b8a8a 100644
--- a/docs/dir_b3f9a997fe54a4a772f0ea0f564b8f92.html
+++ b/docs/dir_b3f9a997fe54a4a772f0ea0f564b8f92.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 a493e8d74..5c508205b 100644
--- a/docs/dir_b66aff62175c1fa76326b7c826193591.html
+++ b/docs/dir_b66aff62175c1fa76326b7c826193591.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 3962395d7..d3fde3abc 100644
--- a/docs/dir_c24dc4174e7c7059cccc145355bad325.html
+++ b/docs/dir_c24dc4174e7c7059cccc145355bad325.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 f348b9c6a..b2c80cb57 100644
--- a/docs/dir_c99a51b1778bc6979b97974e60b03bb4.html
+++ b/docs/dir_c99a51b1778bc6979b97974e60b03bb4.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 5bd2b0b40..be2807482 100644
--- a/docs/dir_cc33cbba43a8be20769b8bcf8ee101fd.html
+++ b/docs/dir_cc33cbba43a8be20769b8bcf8ee101fd.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 fb4548802..eb9fd7c90 100644
--- a/docs/dir_d865313b948675f0b99a1fc8314c30f0.html
+++ b/docs/dir_d865313b948675f0b99a1fc8314c30f0.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 e9accf72a..5474527a1 100644
--- a/docs/files.html
+++ b/docs/files.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 0bd2e144b..67cbb720b 100644
--- a/docs/functions.html
+++ b/docs/functions.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 ecabac4bf..a6706fdb1 100644
--- a/docs/functions_evnt.html
+++ b/docs/functions_evnt.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 1ce7e3505..d4caf06cb 100644
--- a/docs/functions_func.html
+++ b/docs/functions_func.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 05bb53120..c67ac7182 100644
--- a/docs/functions_prop.html
+++ b/docs/functions_prop.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 930ef1b57..257f427fb 100644
--- a/docs/hierarchy.html
+++ b/docs/hierarchy.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 37d738414..70d8267df 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 6d8eaf8f8..afbec0c5b 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 08a383c94..cecc4d111 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 2724b6af5..3af257f50 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 cb4df1b32..7cc9e7d31 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 234563ea2..acff0f01f 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 b304f27ca..c14a318cf 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 9b1f3b61d..a2fd0f905 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 6780ed985..b6cf5bb58 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 384e04d86..202dd1fb1 100644
--- a/docs/interface_entitas_1_1_i_collector.html
+++ b/docs/interface_entitas_1_1_i_collector.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 75260cecb..104ec2f60 100644
--- a/docs/interface_entitas_1_1_i_component.html
+++ b/docs/interface_entitas_1_1_i_component.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 f260e3c27..0ffdddabd 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 bbf788b03..a7678bdba 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 02a8b4a74..147525bed 100644
--- a/docs/interface_entitas_1_1_i_context.html
+++ b/docs/interface_entitas_1_1_i_context.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 0fd1fa6c9..1dc776621 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 e1ff04b9a..7847bf6e0 100644
--- a/docs/interface_entitas_1_1_i_contexts.html
+++ b/docs/interface_entitas_1_1_i_contexts.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 2b712ed3d..c278eb290 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 f0aea5836..b350b4815 100644
--- a/docs/interface_entitas_1_1_i_entity.html
+++ b/docs/interface_entitas_1_1_i_entity.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 68eb9eb26..1071b74ec 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 52a14a9d5..05fd44c95 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 74aab9e65..f5d05549f 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 798d7debb..0852fb59c 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 dbd0dd398..f1319de58 100644
--- a/docs/interface_entitas_1_1_i_group.html
+++ b/docs/interface_entitas_1_1_i_group.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 f98d38984..51a52f1e5 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 e43f4d698..aa69fa22f 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 4d9d8d8f6..6bd977eba 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 b0cef3379..2a38cb8db 100644
--- a/docs/interface_entitas_1_1_i_matcher.html
+++ b/docs/interface_entitas_1_1_i_matcher.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 cf911a1c7..59f5bff53 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 1f6933a48..fd4db6778 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 c19644a9c..1af38e898 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 67836ecb1..086ecf4c4 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 31697fc4c..05c4f0738 100644
--- a/docs/interface_entitas_1_1_i_system.html
+++ b/docs/interface_entitas_1_1_i_system.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 97653f371..bb960c051 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 452b31899..acd5bbb31 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 36663870c..f69c7527e 100644
--- a/docs/namespace_entitas.html
+++ b/docs/namespace_entitas.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 689621e4d..dd517c1dc 100644
--- a/docs/namespaces.html
+++ b/docs/namespaces.html
@@ -31,7 +31,7 @@
|
Entitas
- 1.12.1
+ 1.12.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 70ba5109a..89adb8ce9 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 @@
|
Entitas
- 1.12.1
+ 1.12.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 096fa3a47..9e7e1375b 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 @@
|
Entitas
- 1.12.1
+ 1.12.2
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
|
diff --git a/tree.txt b/tree.txt
index 5aec47c97..f9b99e4e6 100644
--- a/tree.txt
+++ b/tree.txt
@@ -279,6 +279,7 @@
│ │ ├── EntitasEntityErrorHierarchyIcon.png
│ │ ├── EntitasEntityHierarchyIcon.png
│ │ ├── EntitasEntityLinkHierarchyIcon.png
+│ │ ├── EntitasEntityLinkWarnHierarchyIcon.png
│ │ ├── EntitasSystemsErrorHierarchyIcon.png
│ │ └── EntitasSystemsHierarchyIcon.png
│ ├── EntitasHierarchyIcon.cs