From 71e0fb9d051bd1a76deaca17d19f14d6e5e9fbb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastiano=20Mandal=C3=A0?= Date: Wed, 23 Mar 2022 09:18:41 +0000 Subject: [PATCH] Update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dd6b16c..a8d8fbc 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ After that, you can get all the help you need from the official chat: **Theory related articles \(in order of publishing date\):** * [OOP abstraction layer in an ECS-centric application](https://www.sebaslab.com/oop-abstraction-layer-in-a-ecs-centric-application/) \(this article is important for starters!\) +* [ECS abstraction layers and module encapsulation] (https://www.sebaslab.com/ecs-abstraction-layers-and-modules-encapsulation/) * [Inversion of Control with Unity – part 1](http://www.sebaslab.com/ioc-container-for-unity3d-part-1/) * [Inversion of Control with Unity – part 2](http://www.sebaslab.com/ioc-container-for-unity3d-part-2/) * [The truth behind Inversion of Control – Part I – Dependency Injection](http://www.sebaslab.com/the-truth-behind-inversion-of-control-part-i-dependency-injection/)