|
@@ -1,4 +1,4 @@
|
|
|
-# 📦 KairoEngine.Core v0.1.9
|
|
|
+# 📦 KairoEngine.Core v0.2.0
|
|
|
|
|
|
This contains the base code that other packages will use. It includes code for the module system, event system and common interfaces.
|
|
|
|
|
@@ -23,9 +23,16 @@ This contains the base code that other packages will use. It includes code for t
|
|
|
|
|
|
- `KairoEngine.Core.ModuleSystem`
|
|
|
|
|
|
+### Changelog
|
|
|
+
|
|
|
+##### v0.2.0
|
|
|
+
|
|
|
+- Upgraded GameModule system
|
|
|
+
|
|
|
### 🎈Back Log
|
|
|
|
|
|
- [ ] Game State register and check
|
|
|
Ex: Check if game is paused, Check if player input is allowed...
|
|
|
|
|
|
- [ ] Move ``UiInputBlocker`` from the **UI** package to this package.
|
|
|
+
|