From 80f0e641d0572c7ce703bcfdf262508c251035b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kr=C3=A1l?= Date: Thu, 5 Jan 2023 12:25:03 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2f399ea..9cfc97b 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Open sourced with the courtesy of [Y8.com](https://www.y8.com) ## Useful(?) bits: +- [Object pool](https://github.com/MartinKral/Slash-The-Hordes/blob/master/assets/Scripts/Services/ObjectPool.ts) - [Modal window system](https://github.com/MartinKral/SlashTheHordes/tree/master/assets/Scripts/Services/ModalWindowSystem) ([Example usage](https://github.com/MartinKral/SlashTheHordes/blob/master/assets/Scripts/Game/ModalWIndows/ChestModalWindow.ts)) - [Event System](https://github.com/MartinKral/SlashTheHordes/tree/master/assets/Scripts/Services/EventSystem)