diff --git a/README.md b/README.md index c6aaeb4..cbe34fb 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,12 @@

# DragonECS - C# Entity Component System Framework +| Languages: | [Русский](https://github.com/DCFApixels/DragonECS/blob/main/README-RU.md) | [English(WIP)](https://github.com/DCFApixels/DragonECS) | +| :--- | :--- | :--- | + The [ECS](https://en.wikipedia.org/wiki/Entity_component_system) Framework aims to maximize usability, modularity, extensibility and performance of dynamic entity changes. > **NOTICE:** The project is a work in progress, API may change. -## Languages -* [Русский](https://github.com/DCFApixels/DragonECS/blob/main/README-RU.md) -* [English(WIP)](https://github.com/DCFApixels/DragonECS) - # Extensions * [Dependency autoinjections](https://github.com/DCFApixels/DragonECS-AutoInjections) * Unity integration (Work in progress)