mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 18:14:37 +08:00
add new extension
This commit is contained in:
parent
138a0f2e25
commit
e17aab5445
@ -1003,6 +1003,7 @@ public struct WorldComponent : IEcsWorldComponent<WorldComponent>
|
||||
* [Интеграция с движком Unity](https://github.com/DCFApixels/DragonECS-Unity)
|
||||
* [Автоматическое внедрение зависимостей](https://github.com/DCFApixels/DragonECS-AutoInjections)
|
||||
* [Классическая C# многопоточность](https://github.com/DCFApixels/DragonECS-ClassicThreads)
|
||||
* [Recursivity](https://github.com/DCFApixels/DragonECS-Recursivity)
|
||||
* [Hybrid](https://github.com/DCFApixels/DragonECS-Hybrid)
|
||||
* Графы (Work in progress)
|
||||
* Утилиты:
|
||||
|
@ -968,6 +968,7 @@ public struct WorldComponent : IEcsWorldComponent<WorldComponent>
|
||||
* [Unity集成](https://github.com/DCFApixels/DragonECS-Unity)
|
||||
* [自动依赖注入](https://github.com/DCFApixels/DragonECS-AutoInjections)
|
||||
* [经典C#多线程](https://github.com/DCFApixels/DragonECS-ClassicThreads)
|
||||
* [Recursivity](https://github.com/DCFApixels/DragonECS-Recursivity)
|
||||
* [Hybrid](https://github.com/DCFApixels/DragonECS-Hybrid)
|
||||
* Graphs (Work in progress)
|
||||
* Utilities:
|
||||
|
@ -975,6 +975,7 @@ public struct WorldComponent : IEcsWorldComponent<WorldComponent>
|
||||
* [Unity integration](https://github.com/DCFApixels/DragonECS-Unity)
|
||||
* [Dependency autoinjections](https://github.com/DCFApixels/DragonECS-AutoInjections)
|
||||
* [Classic C# multithreading](https://github.com/DCFApixels/DragonECS-ClassicThreads)
|
||||
* [Recursivity](https://github.com/DCFApixels/DragonECS-Recursivity)
|
||||
* [Hybrid](https://github.com/DCFApixels/DragonECS-Hybrid)
|
||||
* Graphs (Work in progress)
|
||||
* Utilities:
|
||||
|
Loading…
Reference in New Issue
Block a user